fastcgipp icon indicating copy to clipboard operation
fastcgipp copied to clipboard

io_uring support?

Open d4wae89d498 opened this issue 3 years ago • 2 comments

Hello, I saw that io_uring in latest linux kernels could deserve better performances than epoll, do you plan to support it ? Or maybe i'm wrong about that let me know.

d4wae89d498 avatar Mar 17 '21 17:03 d4wae89d498

This will definitely be a direction to go moving forward. That being said I'm not in a huge rush on it. Old kernels stick around for quite some time and juggling multiple Poll implementations is a pain in da butt.

eddic avatar Mar 20 '21 22:03 eddic

This will definitely be a direction to go moving forward. That being said I'm not in a huge rush on it. Old kernels stick around for quite some time and juggling multiple Poll implementations is a pain in da butt.

I would be glad to work on it during my free time. Maybe that using libuv could avoid us the hard task of switching multiple poll implementation ? I will try without it in a first time if you prefer.

Thank you once again for your repo. Have a good day!

d4wae89d498 avatar Mar 24 '21 23:03 d4wae89d498