|
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.
|