pitrou commented on issue #40301:
URL: https://github.com/apache/arrow/issues/40301#issuecomment-2048287499

   It's a bit more complicated. Off the top of my head:
   * worker threads are created on demand; if a task is submitted and there is 
at least one idle worker, no new worker thread is created;
   * there's never more threads than the desired capacity, which defines an 
upper limit;
   * tasks are not submitted to a specific thread, they are appended to a 
shared queue which all existing worker pop from.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to