Re: [Zope] Zope fails on large task?

2006-01-19 Thread David
Dave Whiteley wrote: On Thu, 2006-01-19 at 12:12 +, Peter Bengtsson wrote: 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

Re: [Zope] Zope fails on large task?

2006-01-19 Thread Dave Whiteley
On Thu, 2006-01-19 at 12:12 +, Peter Bengtsson wrote: > 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 > to

Re: [Zope] Zope fails on large task?

2006-01-19 Thread Peter Bengtsson
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. On 1/19/06, David Whiteley <[

[Zope] Zope fails on large task?

2006-01-19 Thread David Whiteley
I have a quite complicated data collection and reporting system based on zope2.7 and postgresql. All the postgresql stuff is handled by external scripts. I have used page templates throughout. It is running on a Debian Sarge based system, and uses Apache as a front end. This is my first expe