On 03/05/2010 10:47 AM, David Bolsover wrote:
Hi Pid


I don't know if significant, but I have once seen a message generated by the 
1.2.30.dll - something along the lines of the 'the server is busy'...


I see you have connection errors to Tomcat.
You should resolve those at the first place.

Either set lower isapi connection pool or increase maxThreads on Tomcat.
Also I'd suggest limiting the number of IIS workers to number of CPU's your
box is having.
Note that like with Httpd worker mpm, the amount of potential connections
from IIS to tomcat would be (connection pool size * number of workers)
Default connection pool size is 250, and nuber of workers is 5 IIRC,
so that gives 1250 connections to tomcat.
Set connection_pool_size = 25 and then try.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to