Re: [libvirt] [PATCH v3 06/13] Add support for non-blocking calls in client RPC

2011-10-18 Thread Daniel P. Berrange
On Wed, Oct 12, 2011 at 07:16:24AM +0200, Jiri Denemark wrote: When a client wants to send a keepalive message it needs to do so in a non-blocking way to avoid blocking its event loop. This patch adds dontBlock flag which says that the call should be processed without blocking. Such calls do

[libvirt] [PATCH v3 06/13] Add support for non-blocking calls in client RPC

2011-10-11 Thread Jiri Denemark
When a client wants to send a keepalive message it needs to do so in a non-blocking way to avoid blocking its event loop. This patch adds dontBlock flag which says that the call should be processed without blocking. Such calls do not have a thread waiting for the result associated with them. This