Re: [libvirt] [PATCH 1/3 v2] daemon: Create priority workers pool

2011-08-25 Thread Daniel P. Berrange
On Tue, Aug 23, 2011 at 08:22:01PM +0200, Michal Privoznik wrote: This patch annotates APIs with low or high priority. In low set MUST be all APIs which might eventually access monitor (and thus block indefinitely). Other APIs may be marked as high priority. However, some must be (e.g.

[libvirt] [PATCH 1/3 v2] daemon: Create priority workers pool

2011-08-23 Thread Michal Privoznik
This patch annotates APIs with low or high priority. In low set MUST be all APIs which might eventually access monitor (and thus block indefinitely). Other APIs may be marked as high priority. However, some must be (e.g. domainDestroy). For high priority calls (HPC), there is new thread pool