I decided to hook up the node.js C libuv async IO library that uses IOCP on Windows and epoll/kqueue/event ports/etc. on Unix systems to handle HTTP traffic to test if this is a suitable HTTP front end for Dazzle.
There is no V8 javascript engine so it's not running node.js, only the libuv async IO eventing and some C for handling the HTTP parsing.
- libuv is using default settings, zero tuning has been done.
- Client requests coming from a single remote client machine (Linux) over the LAN.