fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.28k stars 98 forks source link

Use sendfile(2) for sending a static file faster #21

Closed fukamachi closed 9 years ago

fukamachi commented 9 years ago

Using sendfile(2) would be better for sending a static file because it doesn't load file contents to user space.