jamesge commented on issue #971: 关于BRPC设计的一些疑问(定时器,网络模型等) URL: https://github.com/apache/incubator-brpc/issues/971#issuecomment-557022533 定时线程就是这么设计的,因为一些特别小的回调还启动一个线程运行是没有意义的,复杂的回调,特别是有用户代码的,应该启动一个bthread运行。
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
