ducheol kim [http://community.jboss.org/people/ducheol.kim] created the 
discussion

"Difference between system thread pool & web thread pool"

To view the discussion, visit: http://community.jboss.org/message/608840#608840

--------------------------------------------------------------
Hi All.

These days, it seems that system halted by deadlock issue.
I saw that about 10 ~ 15 requests are blocked by detabase deadlock, and seems 
that other requests also blocked on that time.
( Other requests are processed after release deadlock )

I read below web page, and it show that there are two thread pooling. One is 
thread pool on system and the other is thread pool on web container.
 
http://www.mastertheboss.com/jboss-application-server/113-jboss-performance-tuning-1.html?start=2
 
http://www.mastertheboss.com/jboss-application-server/113-jboss-performance-tuning-1.html?start=2

I can't understand what is difference between system thread pool & web thread 
pool.
Is it possible to block all of requests although only 10~15 requests are 
deadlocked ? 

Below are detail information our system.
1. Jboss : jBoss5.1.0GA.
2. JVM : Sun Java 1.6.2_22
3. What service ? Axis2 1.3 ( SOAP based web service )
4. System topology
    Our system consist two jboss instance. One instance is front end which is 
running with Axis2, and the other is back end which is running with EJB2.X 
session bean. Front end is session bean client , and it invoke backend to 
request any business process.( Include database related function ).

Thanks
Ducheol
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/608840#608840]

Start a new discussion in JBoss AS Documentation at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2079]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to