Re: [libvirt] [PATCH 04/12] client rpc: Just queue non-blocking call if another thread has the buck

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:22AM +0200, Jiri Denemark wrote: > As non-blocking calls are no longer dropped, we don't really need to > care that much about their faith and wait for the thread with the buck ITYM to s/faith/fate/ ? > to process them. If another thread has the buck, we can just pus

[libvirt] [PATCH 04/12] client rpc: Just queue non-blocking call if another thread has the buck

2012-06-12 Thread Jiri Denemark
As non-blocking calls are no longer dropped, we don't really need to care that much about their faith and wait for the thread with the buck to process them. If another thread has the buck, we can just push a non-blocking call to the queue and be done with it. --- src/rpc/virnetclient.c | 74