[ 
https://issues.apache.org/jira/browse/ARROW-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rok Mihevc updated ARROW-2479:
------------------------------
    External issue URL: https://github.com/apache/arrow/issues/18684

> [C++] Have a global thread pool
> -------------------------------
>
>                 Key: ARROW-2479
>                 URL: https://issues.apache.org/jira/browse/ARROW-2479
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 7.5h
>  Remaining Estimate: 0h
>
> A few parts of Arrow have started spawning threads to parallelize CPU-bound 
> tasks. They do so by launching a hard-coded number of threads, disregarding 
> machine configuration or the fact that Arrow itself might be used from 
> several threads at once (so hardcoding 8 threads might end up launch N * 8 
> threads if the user is calling Arrow from N threads at once...).
> Instead we probably want a global thread pool policy, with a singleton thread 
> pool for CPU-bound tasks (using, by default, a number of threads equal to the 
> machine's capacity).
> See discussion in [https://github.com/apache/arrow/pull/1893]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to