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 ?
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 ?