[Zope] Counting threads

Dieter Maurer dieter at handshake.de
Tue Jan 22 14:38:30 EST 2008


Peter Bengtsson wrote at 2008-1-22 15:23 +0000:
>Perhaps I'm wrong but I suspect that a Zope I'm running is dying because 
>of running out of threads.

This is very unlikely. It may no longer respond when all its threads
are working -- but it will not die for this reason.

Zope uses a worker thread pool (of size 4, by default),
allocated quite early.
It does not create further threads. It is therefore very unlikely
that it hits a thread limit.


-- 
Dieter


More information about the Zope mailing list