24 Jan
2002
24 Jan
'02
12:33 p.m.
On Wed, 23 Jan 2002 08:50:34 -0800, sean.upton@uniontrib.com wrote:
Sounds like subtransactions are being committed or some other use of tempfile.
Or, a slowish download of a large file. Zope makes a snapshot of the ZODB-stored file object. The snapshot is written to a real file in /tmp, and downloaded from there. Toby Dickenson tdickenson@geminidataloggers.com