Roundup Tracker - Issues

Message3488

Author stefan
Recipients
Date 2007-12-20.20:33:50
Message-id
In-reply-to
Right now roundup's web interface serves file content by loading the entirety of the content into memory, then writes that to the user. This gets very inefficient for large files.

There are contexts in which much more efficient methods could be used. For example:

If roundup runs with mod_python, and if the to-be-served content is stored in the database as a file, roundup could in fact serve the file by apache's 'sendfile' API.

That would allow any apache optimizations that are around to kick in.

Such an enhancement may also solve enhancement request 1719713.
History
Date User Action Args
2009-02-03 14:24:09adminlinkissue1855259 messages
2009-02-03 14:24:09admincreate