ended6월 22일· 1 sources

Linux의 epoll과 io_uring 비교

Why it matters

Linux의 epoll과 io_uring 비교 (sibexi.co)- TinyGate 리버스 프록시는 워커 기반 구조에서 epoll로 바꾸며 성능을 끌어올렸지만, 이후 한계를 만나 io_uring으로 다시 작성됨 - epoll은 I/O가 가능한 시점을 알려주는 준비 상태 모델이라 epoll_wait 뒤에read() /write() 를 별도로 호출해야 함 -...

1
Sources
+0
24h
Growth
91d
Active

Sources

Related Issues