RE: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Bill Lipa
--- Marcus Crafter [EMAIL PROTECTED] wrote: So if I understand you correctly, we should have our Tomcat pool size set to the same as the MaxClients setting we have for Apache - as a general rule ? We'll retest with these settings. Thanks very much for your advice.

Re: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Christopher Cain
Bill Lipa wrote: How many Apache children do you have? Hehe ... I don't have any myself, but there are two in my neighborhood: Dances With Pokemon and Running Rugrat. Those damn kids are always playing around in the steet in full head-dress, which incidentally freaks out the neighborhood

RE: TC323 standalone/ajp13 thread pools

2001-08-31 Thread Bill Lipa
How many Apache children do you have? The default is 256, which will indeed almost immediately consume all the threads in the Tomcat thread pool if you do not increase it. Each Apache child uses a thread. With ajp13, what counts is really the number of Apache children that are active. You can

RE: TC323 standalone/ajp13 thread pools

2001-08-30 Thread Marcus Crafter
Hi Bill, On Wed, 29 Aug 2001, Bill Lipa wrote: How many Apache children do you have? The default is 256, which will indeed almost immediately consume all the threads in the Tomcat thread pool if you do not increase it. Each Apache child uses a thread. Ok. Thanks for the

RE: TC323 standalone/ajp13 thread pools

2001-08-30 Thread Marcus Crafter
Hi, On Wed, 29 Aug 2001, GOMEZ Henri wrote: You may have find something interesting. Could you check via netstat in that situation how many ajp connections are in CLOSE-WAIT ? When using ajp13, all of the connections were ESTABLISHED. There were slightly more httpd

RE: TC323 standalone/ajp13 thread pools

2001-08-29 Thread GOMEZ Henri
Hi (.*), Hope all is well around the globe. We've been doing some stress testing here with Tomcat 3.2.3 operating in standalone mode and with apache via the mod_jk ajp13 connector. We've noticed something interesting which we're not sure about. Tomcat

Thread pools

2001-03-24 Thread cmanolache
. Another option is to check this in the commons-sandbox workspace. There are other projects using thread pools, and we may have a chance to share it and merge it with other ideas. This can be done in paralel - and if/when the sandbox code is stable we can start using it ( replacing

RE: Thread pools

2001-03-24 Thread Larry Isaacs
is not that important. Another option is to check this in the commons-sandbox workspace. There are other projects using thread pools, and we may have a chance to share it and merge it with other ideas. This can be done in paralel - and if/when the sandbox code is stable we can start using it ( replacing