chenBright commented on issue #2209:
URL: https://github.com/apache/brpc/issues/2209#issuecomment-1511535394

   
前面的方案对于写线程有一点比较友好:有一些读线程在写线程加锁前就看到了新前台,写线程不需要等这些读线程,只需要等那些还在读老前台的读线程就行了。原来的写线程需要等读线程读完才能获取到锁。


-- 
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]

Reply via email to