30 Oct
2002
30 Oct
'02
5:49 p.m.
Hi again: In a request I need to response a big file in the body of the response (around 1Gb or 1,5Gb). All I do is: response.setHeader('content-lenght',size) response.setHeader('content-Disposition',loc) f.open('file') data = f.read() response.write(data) sometime later Zope writes a "memory error". I have divided the data in little chunks too and make a lot of response.write calls, but the problem persist... How I can resolve this problem?... is very important... Thanks... -- Microsoft merges technologoies: Windows CE + Windows ME + Windows NT = Windows CEMENT ---- Antonio Beamud Montero Agora Systems S.A. http://www.agoratechnologies.com