Hi,
is there any way to configure thread pool for each application deployed on
JBOSS separately?
Thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259912#4259912
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4
Any directions where i can find this information?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259297#4259297
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259297
___
jboss
"richard.opa...@jboss.com" wrote :
| "cnstntn" wrote :
| | Does JBOSS use the same thread to invoke handlers and service beans?
| |
| On server side yes.
Is it writen somewhere in JBOSS specification? I would like to see the details.
Thank you.
View the o
Hi,
The "Web Services for Java EE, Version 1.2"(JSR 109, chapter 6.2.3) says:
"A container is not required to use the same thread for invoking each Handler
or for invoking the Service Implementation Bean."
Does it mean that i can not use ThreadLocal from Handler to pass variables to
Service Imp