1 Aug 2009 19:31
Re: Nginx is 119x faster than Cherokee 0.99.20 !
M. David Peterson <m.david <at> mdptws.com>
2009-08-01 17:31:24 GMT
2009-08-01 17:31:24 GMT
I'm just going to jump in here quickly and flat out call this the lamest, most ignorant, and most ridiculous attempt at trying to make it seem like Cherokee is not the web server it claims to be. Firstly, do you have a fucking clue how to even run a benchmark. Static files??? STATIC FILES!!! What is this, 1996? Secondly, as others have pointed out, do you honestly understand the fact that running a benchmark on localhost will result in nothing but completely useless data? You're not even touching the network card as the requests are being sent and received via a loopback device, and due to the heavy caching of files on the file system by the kernel, you're likely not even hitting the hard disk after the first request. Honestly, do you even know what goes into the reading, processing, rendering, and transferring of a request before, during, and after a request/response process has completed? What you're doing, in essence, is removing ALL of the bottlenecks that web servers have to deal with during each transaction such as network latency, bandwidth restrictions, disk I/O latency, compression/decompression, SSL termination, reverse proxies, reading/writing/rewriting headers that go beyond the typical headers found when requesting HTML, CSS, Javscript, and/or other static files such as images, directory and file handlers, security, etc. etc. etc. (and that list of etc.'s goes on for MILES!) The bottom line: Go read a fucking book about how hardware systems, operating systems, network systems, and each and every one of the application stacks that sit on top of them actually work. Then go and write a benchmark based on a real world use cases that go beyond(Continue reading)
--
Octality
RSS Feed