DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719 TCP_NOPUSH dependency causes requests to fail ------- Additional Comments From [EMAIL PROTECTED] 2003-04-04 18:21 ------- What version of Linux is this? Can you tweak the code to ignore the tcp_cork-not-implemented problem, then see if performance for serving static files is still better when using sendfile, or if the lack of tcp_cork means it is better to go with mmap for serving static files? To switch between sendfile and mmap, use a strategically-placed "EnableSendfile Off" directive. (I'm assuming you don't have "EnableMMap Off" anywhere.) If mmap is faster, then that would have some bearing on the appropriate fix. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
