yanglimingcn commented on PR #3328: URL: https://github.com/apache/brpc/pull/3328#issuecomment-4705229376
> 请问为什么选择在transport层新增iouring而不是event_dispatcher下的epoll统计新增iouring,改动面更小,对brpc上层更透明 iouring是poll的模式,没办法实现成event_dispatcher同样的语义。bRPC里面的很多网络的读写都是read/write,这些也是阻塞式的语义,没办法替换的。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
