Hi Setting TCP_NODELAY for all connections is not needed, TCP_CORK overrides this option according to man page tcp section 7. I've seen no change in performance while benchmarking.
This patch will remove an unnecessary system call and fix some warnings generated during high load when connections are closed before the system call completes. The warnings are rare (takes 10+ min to replicate, but then I get a few at the same time) and only occur in a fastcgi module I'm currently working on, not while serving static files. There is however an issue that may arise when serving static files without the TCP_NODELAY flag. I'll submit a patch and description of the issue. -- Sonny Karlsson _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
