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

   基于brpc redis c++ demo整了一个redis 
proxy的例子,但是性能很差,比codis还差,火焰图上看大部分cpu都消耗在了writev和readv这两个系统调用上。总觉得不应该,brpc作为一个业界用得比较普遍的框架为何性能会这么差?
   
   尝试过以下的方式:
   
   1. 用tcmalloc,性能有略微提升。
   2. 调整bthread_concurrency和event_dispatcher_num这两个参数,性能有略微提升。
   
   请问还有什么参数可以调整不?


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