Replies: 4 comments 2 replies
-
|
@pymongo cool! does glommio support fallback? although io_uring is great, but it needs new kernel support. For example, some use the Ubuntu 18.04. It is possible to firstly investigate the benefits of moving to io_uring. |
Beta Was this translation helpful? Give feedback.
-
|
CVE-2021-20226 kernel: use-after-free in io_uring feature |
Beta Was this translation helpful? Give feedback.
-
|
tokio-uring v0.1 is release, tokio-uring io_uring executor is compatible with hyper web application in my computer |
Beta Was this translation helpful? Give feedback.
-
|
I think runtime/executor should decoupling, user can choose different runtime, eg. on Linux can use io_uring(tokio-uring/glommio), on mac can use tokio |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
tensorbase/crates/server/src/server.rs
Lines 15 to 19 in ce38fb3
I am using glommio(io_uring) on my websocket chat server, it works great, consider using glommio on tensorbase's server?
https://github.com/DataDog/glommio
Beta Was this translation helpful? Give feedback.
All reactions