Changes between Version 36 and Version 37 of SummerOfCode2006
- Timestamp:
- Apr 22, 2006, 8:35:59 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v36 v37 68 68 * A better '''built-in''' webserver and an officially supported methodology to connect to '''lighttpd''' and similar servers. While the apache+modpython solution is highly performant there are numerous situations where that setup is unfeasible or overkill. It is great that Django scales up well, if would be great if it scaled downwards as far as setup and deployment goes. 69 69 70 * Streaming uploads and downloads. Uploading a large file can break django as the files are stored in the request. This is a very serious security flaw, denial of service attacks are as simple as uploading one large or more smaller files simultanously.70 * Streaming uploads and downloads. Uploading a large file can break django as the files are stored in the request. This is a security flaw as well, denial of service attacks could be as simple as uploading one large or more smaller files simultanously. 71 71 72 72 * ...