dao-jun commented on PR #13406: URL: https://github.com/apache/dubbo/pull/13406#issuecomment-1842037734
> > > What are the advantages of I/O URing? > > > > > > Please see: https://man.archlinux.org/man/io_uring.7.en > > This is a comparison from the kernel level. I wonder what benefit it would bring to Dubbo? Generally speaking, it provides higher-performance, I/O uring is an async I/O mechanism, unlike select/poll/epoll_wait, it reduces the number of system calls. `cq` in I/O uring is user mode memory, so reading to `cq` will not cause the current thread to trapped into kernel mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org