29 Mar
2000
29 Mar
'00
8:19 a.m.
If you use zope with apache, you can bypass this problem. Just use a RewriteRule to specify a 'static' folder and wirte an external method to write the content of that file into filesystem. This work around depends on too many configuration issues, so I've postponed to make it a Product. But it can be done. Otherwise, ... I do not know ;-( Good Luck! LEE Kwan Soo
When downloading these files, the Zope process grows by the amount of the file. Ending up at 50+ meg in active memory. The server we run on has a per process memory limitation of ~70Meg (this cannot be raised or avoided). Thus, if 2 people try to download files at the same time... Zope crashes.