RE: splitting thread pool

2009-06-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: splitting thread pool > > The only way I know of to do this is with separate connectors: One thing that hasn't been discussed is whether HTTP keep-alives are involved. If so, then using the NI

Re: splitting thread pool

2009-06-29 Thread prashant sharma
: Monday, June 29, 2009 10:49:06 AM Subject: Re: splitting thread pool -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prashant, On 6/29/2009 1:12 AM, prashant sharma wrote: > Is there any way to configure my web application such that I have a > separate quota of threads for webpage access

Re: splitting thread pool

2009-06-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prashant, On 6/29/2009 1:12 AM, prashant sharma wrote: > Is there any way to configure my web application such that I have a > separate quota of threads for webpage access and a separate quota for > other types of accesses like webservice requests? T

Re: splitting thread pool

2009-06-29 Thread Ronald Klop
uests and the other that is allocated to the internal processing of the web application. Thanks! Prashant From: Ronald Klop To: Tomcat Users List Cc: prashant sharma Sent: Monday, June 29, 2009 4:57:53 AM Subject: Re: splitting thread pool You can create a filter or run on separate Tom

Re: splitting thread pool

2009-06-29 Thread prashant sharma
s the webpage requests and the other that is allocated to the internal processing of the web application. Thanks! Prashant From: Ronald Klop To: Tomcat Users List Cc: prashant sharma Sent: Monday, June 29, 2009 4:57:53 AM Subject: Re: splitting thread pool

Re: splitting thread pool

2009-06-29 Thread Ronald Klop
You can create a filter or run on separate Tomcat instances. NB: You are not solving the cause, but the effect. You don't have enough threads or cpu-power to handle the total load. Ronald. Op maandag, 29 juni 2009 07:12 schreef prashant sharma :> Hi, I have the following attributes in the

splitting thread pool

2009-06-28 Thread prashant sharma
Hi, I have the following attributes in the "server.xml" file: The web application that I am working on exposes many webservices, which are invoked from other applications. The problem I am facing is that when my application gets a lot of webservice requests, it reaches the limit of "maxThrea