Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would guess your problem is probably scheduler based. The default(ish) Linux scheduler operates in 100ms increments, the first use of a client takes 3-4 round-trips. TCP opens, block, request is sent, the client blocks on write, the client attempts to read and blocks on read. If CPU usage is high momentarily, each of these yields to another process and your client isn't scheduled for another 100ms


Hmm. We have super low CPU utilization- something like 9%. This is also across 10+ different clusters.


We also pool our clients heavily. Maybe we could reduce the new connections to zero to test.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: