I would argue that the most performant networking model would use multiple 
threads, with each thread hosting its own asynchronous event loop. Multiple 
processes work as well, however you have the overhead that comes with complete 
process separation.

Reply via email to