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

2022-03-30 Thread Stefan Hajnoczi
On Wed, Mar 16, 2022 at 02:53:20PM +0100, 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 v3 0/3] util/thread-pool: Expose minimun and maximum size

2022-03-16 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