You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/28 03:51:16 UTC

[GitHub] [arrow] westonpace commented on pull request #10401: ARROW-12878: [C++] Generalize thread pool to allow for different queuing strategies / worker loops

westonpace commented on pull request #10401:
URL: https://github.com/apache/arrow/pull/10401#issuecomment-850090913


   @pitrou See #10420 for an example alternative thread pool (some of the changes from 10420 will need to be back-ported to this PR).  Basically the goal is to allow the capacity management / fork protection / shutdown logic to go into the base class while the task queue and worker loops belong to the child implementations.


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

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