/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Io_uring, kTLS and Rust for zero syscall HTTPS server
(blog.habets.se)
495 points
guntars
| 1 comments |
22 Aug 25 03:51 UTC
|
HN request time: 0.202s
|
source
Show context
alde
◴[
22 Aug 25 14:30 UTC
]
No.
44985140
[source]
▶
>>44980865 (OP)
#
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.
replies(2):
>>44986488
#
>>44988690
#
superb_dev
◴[
22 Aug 25 19:17 UTC
]
No.
44988690
[source]
▶
>>44985140
#
Why do they disable io_uring?
replies(2):
>>44990499
#
>>44999134
#
1.
arianvanp
◴[
22 Aug 25 22:14 UTC
]
No.
44990499
[source]
▶
>>44988690
#
Sandboxing like gvisor is based on syscalls and iouring makes your code syscallless
ID:
GO
↑