Roundup Tracker - Issues

Message3480

Author stefan
Recipients
Date 2007-05-11.21:50:37
Message-id
In-reply-to
The way files are served with roundup means they are
read in into memory as a whole, before being sent to
a client using write().
This becomes impractical for large files.
On Linux (and similar), a call to sendfile() seems
more appropriate. Even when not available, the data
could be streamed instead, i.e. processed in chunks,
instead of as a whole.
History
Date User Action Args
2009-02-03 14:24:08adminlinkissue1717473 messages
2009-02-03 14:24:08admincreate