>   In the trace.log (after turning this on) we can see entries for
> the last requests that completes and three requests that begins,
> but never finish (see below).
This is typical behaviour when all your threads are busy. Zope
accepts requests and AFAIR they're even written into z2.log but
doesn't serve them because all it's threads are busy.

Solution is to use DeadlockDebugger to see what your threads are doing
while Zope seems to be 'hang'.

-- 
Maciej Wisniowski
_______________________________________________
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