[ZCM] [ZC] 428/ 4 Reject "FTP and large file uploads"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Thu Oct 16 10:55:18 EDT 2003
Issue #428 Update (Reject) "FTP and large file uploads"
Status Rejected, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/428
==============================================================
= Reject - Entry #4 by regebro on Oct 16, 2003 10:55 am
Status: Pending => Rejected
I think this is not a bug. A 600MB file would be expected to fill the SWAP space, and therefore fail. A consistent case with a 40MB file that does not fill up any swap space or virtual memory could be a bug, but more info is needed.
________________________________________
= Comment - Entry #3 by SmileyChris on Jul 18, 2002 11:39 pm
I believe I have experienced the same problem but with a smaller file (only 40MB) running on Windows 2k
________________________________________
= Comment - Entry #2 by ajung on Jun 11, 2002 8:34 pm
This looks like a memory problem. In general Zope stores
uploaded content in a temporary file before it stores
the data inside the ZODB.
Beside the reported problem, do really want to store
such big pieces of data inside the ZODB? Better you
use Apache to serve such large pieces of data instead
using the ZODB.
-aj
________________________________________
= Request - Entry #1 by Anonymous User on Jun 11, 2002 8:25 pm
I am trying to build a Software Archive using Zopes
built-in FTP-Support. When I try to upload a large file (600MB+) I get the following behaviour:
Windows:
After a while the zope server raises an uncaught out of memory exception:
<snip>
2002-06-11T23:07:39 ERROR(200) ZServer uncaptured python exception, closing chan
nel <ZServer.medusa.ftp_server.recv_channel connected at 0x16e1c7c> (exceptions.
MemoryError:out of memory [R:\KORNSP~1\ZServer\medusa\asyncore.py|poll|94] [R:\K
ORNSP~1\ZServer\medusa\asyncore.py|handle_read_event|391] [R:\KORNSP~1\ZServer\m
edusa\ftp_server.py|handle_read|937] [R:\KORNSP~1\ZServer\FTPServer.py|write|538
])
</snip>
and my client (Internet Explorer 6.0) crashes
Linux:
Pretty much the same. As I upload the file I can watch my swap partition fill up. I didn't have the guts to see it through to the end, though ;-)
WebDAV(using windows built-in WebFolders) doesn't work to well with large files either, though I couldn't collect any information on that problem till now.
Francisco
==============================================================
More information about the Zope-Collector-Monitor
mailing list