HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by ozgrakkurt

Comment by ozgrakkurt a day ago

0 replies

View on Hacker News

This wiki page might be useful for anyone that is looking into this

https://github.com/axboe/liburing/wiki/io_uring-and-networki...

Also there is napi support in uring which uses polled io on sockets instead of interrupt based io from what I understand. You can see examples using it in liburing github