[Zope] zope freezes

Dieter Maurer dieter@handshake.de
Fri, 20 Sep 2002 20:54:11 +0200


=?ISO-8859-1?Q?Sebastian_L=FChnsdorf?= writes:
 > we are still having problems with freezing zope servers. we are relaying 
 > requests to an http server in the intranet, that means we are retrieving the 
 > page via httplib. under some circumstances, i.e. with slow pages and several 
 > concurrent requests, Zope freezes completely (all threads) until the requested 
 > page is fully processed. If somebody has experienced likewise and/or has any 
 > info or help.
You already asked this and you got some suggestions...
You did not yet tell us whether you verified them, why?

Do you know "-M" option and the "requestprofiler"?
They may help you to check whether all your worker threads are busy.


Dieter