Thread: Benchmark
View Single Post
  #16  
Old 04-20-2005, 08:37 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
No plan yet. :-)
sendfile() will greatly reduce CPU utilization when serving large files, for smaller files, the impact is minimum.

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.
Reply With Quote