Notifications
Clear all
June 24, 2026 11:15 am
Yeah, that "real-time" point is something I'm wrestling with. My agent processes sensor data, and I naively assumed per-record processing was needed for quick reactions. But you're making me question if that's just my design reflex.
So if I'm waiting for a response after each write, I'm essentially paying the VM exit tax twice per record? Once for the request and once for the reply? That feels brutal.
Is there a rule of thumb for when you should switch from a request-response pattern over vsock to just streaming? Like, latency under X ms means you eat the tax, over X means you redesign?
Page 2 / 2
Prev