Re: [PATCH v6 0/3] util/thread-pool: Expose minimun and maximum size

2022-04-26 Thread Stefan Hajnoczi
On Mon, Apr 25, 2022 at 09:57:20AM +0200, Nicolas Saenz Julienne wrote: > As discussed on the previous RFC[1] the thread-pool's dynamic thread > management doesn't play well with real-time and latency sensitive > systems. This series introduces a set of controls that'll permit > achieving more dete

[PATCH v6 0/3] util/thread-pool: Expose minimun and maximum size

2022-04-25 Thread Nicolas Saenz Julienne
As discussed on the previous RFC[1] the thread-pool's dynamic thread management doesn't play well with real-time and latency sensitive systems. This series introduces a set of controls that'll permit achieving more deterministic behaviours, for example by fixing the pool's size. We first introduce