Network Programming
2 posts

The C10M Problem in 2026: Why Your 128-Core Server Still Can't Handle 10 Million Packets Per Second
When packet rates surpass 2 million per second, the Linux network stack simply gives up. It’s like your doorbell won’t stop ringing, but you never have time to open the door. Let’s talk about bypassing the kernel.
January 24, 2026 · 11 min · 2192 words · Dream Beast Programming

Reliable Node Communication with Channels + Per-Peer Task Pattern: Say Goodbye to Message Loss
Learn how to build reliable, scalable WebSocket communication using Rust’s channels and per-peer task pattern, completely solving concurrency issues and message loss problems
September 13, 2025 · 5 min · 1027 words · Rexai Programming