Remix.run Logo
alde 5 days ago

Unfortunately io_uring is disabled by default on most cloud workload orchestrators, like CloudRun, GKE, EKS and even local Docker. Hope this will change soon, but until then it will remain very niche.

superb_dev 5 days ago | parent | next [-]

Why do they disable io_uring?

alpb 4 days ago | parent | next [-]

Security reasons. https://news.ycombinator.com/item?id=44632240 There are also other edge cases around cgroups accounting that renders some isolation/throttling mechanisms not fully effective.

arianvanp 5 days ago | parent | prev [-]

Sandboxing like gvisor is based on syscalls and iouring makes your code syscallless

nicce 5 days ago | parent | prev [-]

Back to self-hosting!