07baa0f612
- Removes the accept() loop, as that doesn't measurably improve performance in practice. This also gives each connection the possibility to perform initial I/O before more concurrency is generated by accepting the next connection. - Uses SOCK_NONBLOCK in conjunction with socket() and accept4() to save one additional syscall per connection. |
||
---|---|---|
.. | ||
eventcore |