cxx-http
cxx-http copied to clipboard
Feature: One event loop per core
Maintain a master event loop that handles inbound connections. Then dispatch the connection to a slave loop which does the actual work. I think you might be able to achieve much better concurrency this way instead of using libuv's threadpool implementation.
I think what you want is the ability to cluster?