On Sat, 2008-11-22 at 19:10 +0100, Rainer Jung wrote:
> Martin Spinassi schrieb:
> > On Fri, 2008-11-21 at 12:12 -0700, Filip Hanik - Dev Lists wrote:
> >> remove this
> >>
> >> worker.maintain=30
> >> worker.worker1.connection_pool_size=1
> >>
> >>
> >> for now, and just accept the defaults
> >>
> >> Filip
> >>
> > 
> > 
> > Wow!! That just made the trick!
> > 
> > 
> > Please, can you explain me how those changes affects?
> 
> Each Apache process has a private connection pool associated with each
> AJP13 worker. The size of the pool is determined automatically during
> startup. By default it is set to the number of threads in the process.
> 
> You decided to overwrite the pool size to 1 :(
> 
> The connection_pool_size attribute is only needed for other web servers
> like IIS or Sun/Netscape, because we can't determine a useful pool size
> automatically for them,
> 
> Please read the explanation of "connection_pool_size" on
> 
> http://tomcat.apache.org/connectors-doc/reference/workers.html
> 
> Where did you get the value "1" from?
> 
> Regards,
> 
> Rainer
> 


Thanks for the explain Rainer.


May be I just misunderstood the last paragraph at the description of
"connection_pool_size":


"Do not use connection_pool_size with values higher then 1 on Apache 2.x
prefork or Apache 1.3.x!"




Thanks again for your responses.




Martín


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to