0
votes
Event Loop vs Multithread blocking IO
Not sure what you mean by "low activity", but I believe the major factor would be how much you actually need to do to handle each request. Assuming a single-threaded event-loop, no other clients wo …
