s prasad wrote:

We use the JK 2 Connector and for some of the sites we have maxProcessors=75. My understanding is when the maxProcessors limit is reached, the requests are put in queue and this will not cause the site to go down. IS this number dependent on total number of TCP/IP connections hitting that server on port 80? Is there a downfall of bumping this number very high, assuming there is enough memory on the server to allow these threads? Can anyone comment on, how to identify the current connector thread utilization?

My experience is that this is not a hard limit, but will be exceeded if the requests at one time go beyond the 75, but those extra threads will be removed when they are done.


If you don't mind your java application (tomcat) sharing it's processor time servicing many threads then there shouldn't be any problems. It really depends on how cpu intensive your apps are, more cpu intensive should use fewer threads, imo.

--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to