[Zope] ZServer threads and pool-size question

Dieter Maurer dieter at handshake.de
Wed Jan 4 13:52:23 EST 2006


Pascal Peregrina wrote at 2006-1-4 13:34 -0000:
>I understand.
>
>So what is the typical value to use for pool-size given a certain threads number: n+3 ?

It depends on how intensively you are using additional (application level)
threads:

  Each thread using persistent objects requires in general (at least) one
  ZODB connection.

As such threads are relatively rare, additional 3 connections
is not too bad for the general case.



-- 
Dieter


More information about the Zope mailing list