cuisonghui commented on issue #697: 客户端出现大量timeout URL: https://github.com/apache/incubator-brpc/issues/697#issuecomment-483098859 @jamesge 我了解了一下半同步方式.在读文档的时候,发现有ParallelChannel这种组合channel.请问这种channel是否就可以解决我目前遇到的问题? 由于不太了解ParallelChannel的机制,我的理解是这样的:在rpc的bthread线程中调用了pthread的阻塞函数,而同时又使用client同步客户端,导致死锁.那我换成ParallelChannel,相当与把pthread的阻塞函数换成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]
