Hacker News new | ask | show | jobs
by fleitz 4572 days ago
Why do you need to handle requests concurrently when something like the disruptor pattern can handle 6 million/sec on a single core.
1 comments

Disruptor would be even worse for this - you'd lose all the perfectly valid messages in all the ringbuffers.