|
|
|
|
|
by fulafel
277 days ago
|
|
> The real win isn't spawning a massive number of threads, but automatically yielding on network I/O This is of course what normal OS threads do as well, they get suspended when blocking on IO. Which is why 100k OS threads doing IO works fine too. |
|