DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39380>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39380 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-26 08:52 ------- Created an attachment (id=18916) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18916&action=view) mod_disk_cache working LFS (filecopy) This patch depends on "mod_disk_cache LFS-aware config" and is for trunk. It's a subset of our jumbo-patch. It makes caching of large files possible on 32bit machines by: * Realising that a file is a file and can be copied as such, without reading the whole thing into memory first. * When a file is cached by copying, replace the brigade with a new one refering to the cached file so we don't have to read the file from the backend again when sending a response to the client. * When a file is cached by copying, keep the file even if the client aborts the connection since we know that the response is valid. * Check a few more return values to be able to add "successfully" in the appropriate places above. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
