[Zope] ZServer threads and pool-size question
Jens Vagelpohl
jens at dataflake.org
Wed Jan 4 08:31:00 EST 2006
On 4 Jan 2006, at 13:23, Pascal Peregrina wrote:
> Hi,
>
> Can anyone tell me why, by default in a zope instance config file,
> the connection pool size is 7 while the number of zserver threads
> is 4?
>
> Why not 4 and 4?
Because under some conditions you can actually have more than 4
connections in use. Not having extra connections available has the
potential to block the server.
jens
More information about the Zope
mailing list