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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to