|
|
|
|
|
by udoprog
5526 days ago
|
|
I honestly believe that you should avoid multithread support and instead focus on the current single threaded reactor pattern.
Any developer found easily just attach something like a zmq ipc queue in order to support multithreaded handling, given that the request object is thread safe.
This approach would just leave you with work which ensures that the protocol parser doesn't trump any I/O overhead. This looks very cool, thank you for sharing. |
|