cxx-http icon indicating copy to clipboard operation
cxx-http copied to clipboard

Feature: One event loop per core

Open peters opened this issue 10 years ago • 1 comments

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.

peters avatar Sep 03 '14 19:09 peters

I think what you want is the ability to cluster?

heapwolf avatar Sep 08 '14 00:09 heapwolf