qiaobaochen opened a new issue, #2755:
URL: https://github.com/apache/brpc/issues/2755

   Hi, I am beginner in brpc, I decide to use brpc as a database proxy in our 
scenario, after I read the doc of brpc, I still cannot decide use async server 
or sync server in our situation.
   
   detail:
   
    servers get data from file or database (IO-bound service), and send data to 
client side through brpc.
   
   I was wondering that if I start a background bthread and run file-io 
requrest, is this bthread be blocked? and most important that is this pthread 
(which bthread is on) will be blocked ? 
   
   thanks


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to