Hacker News new | ask | show | jobs
by Spien 3996 days ago
Can already do this with a single thread using epoll. In fact, even a simple epoll implementation can handle 1M HTTP requests in ~30 seconds on a single thread juggling 10k connections.