Re: mod_jk connection pool configuration

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/18/11 3:14 AM, Pid * wrote: > On 17 Nov 2011, at 20:39, Christopher Schultz > wrote: > > Pid, > > On 11/16/11 7:20 PM, Pid wrote: What I'm not clear on is whether the mod_jk worker connection_pool_size is 60 per Server child,

Re: mod_jk connection pool configuration

2011-11-18 Thread Pid *
On 17 Nov 2011, at 20:39, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pid, > > On 11/16/11 7:20 PM, Pid wrote: >> What I'm not clear on is whether the mod_jk worker >> connection_pool_size is 60 per Server child, or 60 * 10 Server >> children. > > mod_jk's con

Re: mod_jk connection pool configuration

2011-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/16/11 7:20 PM, Pid wrote: > What I'm not clear on is whether the mod_jk worker > connection_pool_size is 60 per Server child, or 60 * 10 Server > children. mod_jk's connection_pool_size, when left to the default (which I think everyone sho

Re: mod_jk connection pool configuration

2011-11-16 Thread Pid
On 16/11/2011 16:52, Christopher Schultz wrote: > Pid, > > On 11/16/11 8:47 AM, Pid * wrote: >> Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > >> If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, >> how many connections, at peak, will be made to 20 Tomcat >> instances

Re: mod_jk connection pool configuration

2011-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/16/11 8:47 AM, Pid * wrote: > Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > > If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, > how many connections, at peak, will be made to 20 Tomcat > instances? - From h

Re: mod_jk connection pool configuration

2011-11-16 Thread Pid *
On 16 Nov 2011, at 13:47, Pid * wrote: > Hi, > > Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. > > If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, how > many connections, at peak, will be made to 20 Tomcat instances? I should add that 'connection_pool_size' is not s

mod_jk connection pool configuration

2011-11-16 Thread Pid *
Hi, Tomcat 6.0.32, HTTPD (worker mpm) 2.2.19, mod_jk 1.2.31. If ThreadsPerChild is 60 and ServerLimit is 10, MaxClients is 600, how many connections, at peak, will be made to 20 Tomcat instances? Will this change If Tomcat instances start failing? p ---