You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/04 12:25:07 UTC

[GitHub] eolivelli opened a new pull request #389: WIP - Issue-388 Compute digest on caller code of addEntry and offload mainWorkerPool

eolivelli opened a new pull request #389: WIP - Issue-388 Compute digest on caller code of addEntry and offload mainWorkerPool
URL: https://github.com/apache/bookkeeper/pull/389
 
 
   Move computeDigestAndPackageForSending out of the mainWorkerPool. The mainWorkerPool threadpool is used for all of the callbacks in the client as computing digests is a CPU intensive operation it is better to run it outside that pool.
   
   This issue is just a WIP, I sent it to share the code and discuss on the mailing list
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services