<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dave Whiteley wrote:
<blockquote cite="mid1137676584.1134.58.camel@een-pc30.leeds.ac.uk"
 type="cite">
  <pre wrap="">On Thu, 2006-01-19 at 12:12 +0000, Peter Bengtsson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Can you check your memory consumption on the server? It could be that
your application eats up so much memory that your zope can't handle it
and thus times out.
If this is the case you'll need to rewrite your app to NOT create a
too big data structure of dictionaries.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I do not think this is happening.  The command "top" does not indicate
that memory is being filled.

Dave


  </pre>
  <blockquote type="cite">
    <pre wrap="">--
Peter Bengtsson,
work <a class="moz-txt-link-abbreviated" href="http://www.fry-it.com">www.fry-it.com</a>
home <a class="moz-txt-link-abbreviated" href="http://www.peterbe.com">www.peterbe.com</a>
hobby <a class="moz-txt-link-abbreviated" href="http://www.issuetrackerproduct.com">www.issuetrackerproduct.com</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
David<br>
I missed your fuller explanation.&nbsp; How big are the responses back to
the client browsers? &nbsp;&nbsp; Is there a zope.conf directive that limits the
size of responses to client browser?&nbsp; <br>
<br>
If you can get the size then you can try and duplicate with a very
large HTML file.&nbsp; And send that as a response to see if its just a size
problem?<br>
<br>
Anyway I hope someone can help you.&nbsp; If you solve this please post to
the list.<br>
<br>
D<br>
<br>
<br>
</body>
</html>