anonymous wrote : I was also thinking about adding an API element to the RequestContext
class: a "resume()" method that basically allows the next waiting request to be
processed immediately in another thread (as opposed to executing a background thread for
every request). What do you think?
IMHO it is not necessary. I will prefer the explicitly of using the runnable.
Now my last questions (for now):
What is the API to reply asynchronously?
What is the API to identify a (session) client from the handleRequest?
Can I create a endpoint bounded to a session?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176865#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...