5 ms·
> all network requests go through one socket thread Looks like the crucial issue to me. The SPOF which enables something as absurd as "Firefox Outage".
by IAmNotAFix 5y ago
> all network requests go through one socket thread
Looks like the crucial issue to me. The SPOF which enables something as absurd as "Firefox Outage".
- rockdoe 5y agoThis isn't atypical for high performance network software, AFAIK. Single-thread with aio.