Re: maxThreads

2011-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 4/1/2011 6:43 AM, Pid wrote: > On 01/04/2011 06:58, Kaushal Shriyan wrote: >> Hi, >> >> What are the implications or issues if maxThreads are increased from the >> default 150 to 300 threads. Are there any performance issues ? > > Yes, may be

Re: maxThreads

2011-04-01 Thread Pid
On 01/04/2011 06:58, Kaushal Shriyan wrote: > Hi, > > What are the implications or issues if maxThreads are increased from the > default 150 to 300 threads. Are there any performance issues ? Yes, may be at risk of improving performance. p > I am using TC 5.5.27 , Ubuntu Linux Server 8.04 , Su

Re: MaxThreads <-> max. users ?

2008-04-30 Thread Alan Chaney
Like most things in complex network apps there is no simple answer. MaxThreads refers to the number of simultaneous open HTTP network connections there can be. A connection is opened to enable the HTTP request response cycle (request from browser -> server, response from server-> browsers). Th

RE: MaxThreads <-> max. users ?

2008-04-30 Thread Caldarale, Charles R
> From: Stephanie Wullbieter [mailto:[EMAIL PROTECTED] > Subject: MaxThreads <-> max. users ? > > Could You please tell me what exact a "request" is? An HTTP GET, POST, etc., request from a client (usually a browser). Note that retrieval of a single web page may result in many separate requests

Re: MaxThreads <-> max. users ?

2008-04-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephanie, Stephanie Wullbieter wrote: | Could You please tell me what exact a "request" is? | | Does it mean that when I have e.g. MaxThreads=20, 100 users can use | my webapp if only 20 of them at the same time request data from the | webapp and th

Re: maxThreads compared to maxProcessors

2006-05-10 Thread Bill Barker
"Sean O'Reilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am using maxThreads in my ajp connector configuration in tomcat-5.0.28 > but looking at the documentation it says i should be using > maxProcessors. Is this the case ? > I believe that on 5.0.x, maxProcessors is an al