You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/09/23 15:12:00 UTC

[jira] [Updated] (ARROW-8626) [C++] Implement "round robin" scheduler interface to fixed-size ThreadPool

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

Antoine Pitrou updated ARROW-8626:
----------------------------------
    Fix Version/s:     (was: 2.0.0)
                   3.0.0

> [C++] Implement "round robin" scheduler interface to fixed-size ThreadPool 
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-8626
>                 URL: https://issues.apache.org/jira/browse/ARROW-8626
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Currently, when submitting tasks to a thread pool, they are all commingled in a common queue. When a new task submitter shows up, they must wait in the back of the line behind all other queued tasks.
> A simple alternative to this would be round-robin scheduling, where each new consumer is assigned a unique integer id, and the schedule / thread pool internally maintains the tasks associated with the consumer in separate queues. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)