Thread: Benchmark
View Single Post
  #19  
Old 04-17-2006, 06:55 PM
grfgguvf grfgguvf is offline
New Member
 
Join Date: Apr 2006
Posts: 2
Quote:
Originally Posted by mistwang
For serving large set of static files, enterprise should be used even for a single CPU server, as disk I/O wait will slow down any single process event driven server, unless aio is used for disk i/o.
aio_sendfile() will be the killer.

And maybe a little late but could you add Cherokee httpd to the benchmark? Thanks.
Reply With Quote