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

---------------------------------------------------------------------
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