[Zope-dev] SWAP issue
Dieter Maurer
dieter@handshake.de
Fri, 6 Sep 2002 20:06:57 +0200
Ahsan Imam writes:
> Is there a way catch that non terminating loop? This non-terminating loop is just a theory I have. I could be completely wrong. Are there other things I could look at for clues.
When you have indeed a non-terminating loop (and you Zope is still responsive),
you can find at least the request that triggered it:
Go to "Control_Panel --> Debug information" and look at the bottom of
this page.
You will see the currently active requests.
Dieter