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

SO_REUSEPORT support on Linux 3.9 or above #22

Closed fukamachi closed 9 years ago

fukamachi commented 9 years ago

Linux 3.9 has SO_REUSEPORT to run processes sharing the same port. Taking advantage of it may improve the multiple process performance.

fukamachi commented 9 years ago

Added.