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

   
IOBuf引用的block来自TLS,在同一个worker线程上一直append的话,数据长度超过block才会引用另一个block。如果每次append都在不同的worker线程上,应该就会引用多个block了。
   
   或者,append其他IOBuf(没有引用相同的block),应该也会引用多个block了。


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

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