You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Prabhakaran Nagarajan <pr...@yahoo.com> on 2004/06/18 01:31:05 UTC

Multiple Thread Pools

Is it possible in tomcat to segregate certain jsp
pages to its own thread pool/connector?  
We have certain pages that take a while to execute,
and when multiple users access the page, all threads
are used up serving those requests.  Weblogic allows
defining multiple "ExecuteQueues" and assigning jsp
/servlets to this queue -- you can either throttle bad
pages or ensure thread availability for critical
pages.

Is there a way in tomcat to achieve similar results? 
Or are my options limited to 1.increase the maxThreads
count 2.try and improve the performance of those pages
3.implement a poll/callback on the long running page
to prevent tying the thread up.

Thanks,
Prabhakaran.


		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org