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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to