hotaery commented on issue #1376: URL: https://github.com/apache/incubator-brpc/issues/1376#issuecomment-818491775
多写多读都是支持的,但是多写最终会串行执行的,写使用了mutex来保护的,具体可以参考https://github.com/apache/incubator-brpc/blob/master/src/butil/containers/doubly_buffered_data.h#L351 -- 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]
