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

   > 使用append_user_data接口时,会有block达到上限引用其他block的case吗
   
   没有
   
   > 我理解这种取决于调用方的话,一个worker线程append的时候是用一个block承接所有的data?
   
   是的,append_user_data不会用TLS上的block,只是直接new一个Block对象,接管data这块内存。
   
   
https://github.com/apache/brpc/blob/7a8df4640f6d222ebfed947689ba38004c8552d1/src/butil/iobuf.cpp#L1261-L1285


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