Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using global thread pool settings for tuning

Status
Not open for further replies.

NielsM

Programmer
Jan 10, 2004
1
GB
I am trying to setup a thread pool in server.xml to set the minimum, maximum, queue and timeout parameters.

I have gone through the Oracle documentation and followed their recommendations but whatever I try the OC4J/J2EE container gives up when I start stress testing it.

Current values are min=20, max=20, queue=80 and timeout=-1.

The container gives up after about 20 concuurent requests and I'm only requesting a simple JSP.

Anyone used these parameters successfully ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top