Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-03-28 Thread Babu Satasiya
Hi, I think in mod_jk 1.2.20 these old parameters changed with new parameter names, these old paramter does not take effect into your mod_jk. Please change them with new name. Please refer URL for more details changes in new mod_jk: http://tomcat.apache.org/connectors-doc/reference/printer/wor

Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Fletcher Cocquyt
Rainer Jung kippdata.de> writes: > > Yes, but the log message is talking about the min size. The default min > size is size/2, but we changed it between 1.2.19 and 1.2.20 to > (size+1)/2. So for prefork the min size was 0 until 1.2.19 and is 1 > starting with 1.2.20. So I tried connection_pool

Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Rainer Jung
Fletcher Cocquyt schrieb: > Rainer Jung kippdata.de> writes: > >> You can add connection_pool_minsize. See the workers.properties pages in >> the reference guide. > > I'm using apache 2.0 prefork - the docs: > http://tomcat.apache.org/connectors-doc/reference/workers.html > > say "Do not use c

Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Fletcher Cocquyt
Rainer Jung kippdata.de> writes: > > You can add connection_pool_minsize. See the workers.properties pages in > the reference guide. I'm using apache 2.0 prefork - the docs: http://tomcat.apache.org/connectors-doc/reference/workers.html say "Do not use connection_pool_size with values higher

Re: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Rainer Jung
Fletcher Cocquyt wrote: Hi, This is a followup to my Feb14 post: Re: socket is not connected any more (errno=11) I've just upgraded from 1.2.19 to 1.2.20 and the new log messages are: increase the backend idle connection timeout or the connection_pool_minsize I could not find much on which p

RE: increase the backend idle connection timeout or the connection_pool_minsize

2007-02-26 Thread Propes, Barry L [GCG-NAOT]
on that connection pool size, these two: maxActive 20 maxIdle 2 You're also only allowing 1 sec to connect it appears. Might ratchet it up a little