Return-Path: <mailman-bounces@zope.org>
Received: from ns2.zope.com ([63.240.213.250] verified)
	by digicool.com (CommuniGate Pro SMTP 4.2)
	with ESMTP-TLS id 8464894 for jim@zope.com;
	Wed, 18 Jan 2006 12:14:11 -0500
Received: from mail.zope.org (cvs.zope.org [63.240.213.173])
	by ns2.zope.com (Postfix) with ESMTP id 56746168242
	for <jim@zope.com>; Wed, 18 Jan 2006 12:03:48 -0500 (EST)
Received: from cvs.zope.org (localhost.localdomain [127.0.0.1])
	by mail.zope.org (Postfix) with ESMTP id B036D2032E1
	for <jim@zope.com>; Wed, 18 Jan 2006 12:03:48 -0500 (EST)
X-Original-To: zope-owner@zope.org
Delivered-To: zope-owner@zope.org
Received: from mserv1.leeds.ac.uk (mserv1.leeds.ac.uk [129.11.76.151])
	by mail.zope.org (Postfix) with ESMTP id DBE362032E1
	for <zope-owner@zope.org>; Wed, 18 Jan 2006 12:03:47 -0500 (EST)
Received: from een-pc30.leeds.ac.uk (een-pc30.leeds.ac.uk [129.11.176.30])
	by mserv1.leeds.ac.uk (8.13.5/8.13.5) with ESMTP id k0IH3kcc016729
	for <zope-owner@zope.org>; Wed, 18 Jan 2006 17:03:46 GMT
Subject: Zope fails on large task?
From: Dave Whiteley <d.l.whiteley@ee.leeds.ac.uk>
Reply-To: d.l.whiteley@ee.leeds.ac.uk
To: zope-owner@zope.org
Content-Type: text/plain
Organization: School of Electronic Engineering, The University of Leeds
Date: Wed, 18 Jan 2006 17:03:46 +0000
Message-Id: <1137603826.1134.47.camel@een-pc30.leeds.ac.uk>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.4 
Content-Transfer-Encoding: 7bit
Sender: mailman-bounces@zope.org
Errors-To: mailman-bounces@zope.org

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 experience developing with Zope, so I have probably
done things oddly, but...

I have script that generates a large bundle of data dictionary for each
"target entity", which is in this case is a person.  I then pass this
data to a script that converts it to XML.  My template repeats over a
list of people, and concatenates and sends the XML for them all to the
user, where a bit of XSLT creates a paged report.     

It works for a few people.  If I try too many people it fails with an
   Error reading from remote server
message from the Apache.

I cannot find any hints in the apache or zope logs.  I have tried to
monitor the server to see if any resources are running out, but have not
found anything. 


Can anyone suggest how I try to diagnose this failure. 

I repeat, I am fairly new to Zope, and so need fairly basic help.

Dave


