----- Original Message ----- From: "Stephan Richter" <[EMAIL PROTECTED]>
To: <zope3-users@zope.org>
Sent: Tuesday, February 06, 2007 12:05 PM
Subject: Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time?


On Tuesday 06 February 2007 12:00, Alex Cheng wrote:
I design to use zope as our website, which users can upload their files. I
am afraid that it will crash when a few malicious users upload huge files
at the same time. Is there any machanism to avoid it in zope system?

Zope will not crash, just be very slow. In one of my system I implemented a
size quota.

Just curious: did you implement the size quota via an apache directive (eg. LimitRequestBody) or is there some way to implement a size limitation within Zope without having the entire file object uploaded first and then having an 'after the fact' size check (python script/external method etc) which refuses to process the file object if it exceeds the size limit (as this would not stop users from consuming server resources while the file is initially uploaded and forwarded to zope)?


Jonthan


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to