ustccy edited a comment on issue #1177: URL: https://github.com/apache/incubator-brpc/issues/1177#issuecomment-661605818
疑问1:about_to_quit大部分在一次rpc调用协程结束时设置,完成后该协程不是会立即退出么? 疑问2:EPOLLOUT|EPOLLERR事件由epoll_wait协程同步处理,会执行到controller::IssueRPC,该函数的处理耗时直接影响了epoll_wait事件的处理时延,是否考虑过类似EPOLLIN的起协程并做好并发保护。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
