[Zope] Non-responsive folders
    Dieter Maurer 
    dieter at handshake.de
       
    Wed Aug 17 16:00:07 EDT 2005
    
    
  
Garth B. wrote at 2005-8-16 19:21 -0400:
> ...
>When I hit an offending
>folder, I simply get no response and the browser just waits and waits.
Visit "Control_Panel --> Debug Information" and check whether
your request indeed does not finish.
You see the active requests at the bottom of this page.
If this page shows you, that the request was finished by Zope,
then you hit a wide spread browser bug:
  In some cases, Zope returns an 204 (no content) response.
  For unknown reasons (and against the HTTP spec),
  most browsers treat this as "continue to wait".
If the request is not finished, you can use
Forent's "DeadlockDebugger" to find out where your
request is spinning.
-- 
Dieter
    
    
More information about the Zope
mailing list