You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: