[Zope] Re: Zope 2.7 - sporadic service hangup

Maciej Wisniowski maciej.wisniowski at coig.katowice.pl
Tue Jun 5 07:54:53 EDT 2007


>   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


More information about the Zope mailing list