Another useless benchmark.
Apache with MPM Prefork? Are you fucking kidding me? Of course other webservers are going to win, vfork/fork() is expensive!
"The static file was 100 bytes. We used such a small file to avoid saturating the network connection"
100 bytes? Well, litespeed does some mmap() magic on small files, so of course it's going to 'win' .. I could hack thttpd to do the same and have comparable speed with non pipelined connections.
Apache with MPM Prefork? Are you fucking kidding me? Of course other webservers are going to win, vfork/fork() is expensive!
"The static file was 100 bytes. We used such a small file to avoid saturating the network connection"
100 bytes? Well, litespeed does some mmap() magic on small files, so of course it's going to 'win' .. I could hack thttpd to do the same and have comparable speed with non pipelined connections.