Re: [libvirt] [PATCH 09/12] rpc: Do not use timer for sending keepalive responses

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:27AM +0200, Jiri Denemark wrote: > When a libvirt API is called from the main event loop (which seems to be > common in event-based glib apps), the client IO loop would properly > handle keepalive requests sent by a server but will not actually send > them because the

[libvirt] [PATCH 09/12] rpc: Do not use timer for sending keepalive responses

2012-06-12 Thread Jiri Denemark
When a libvirt API is called from the main event loop (which seems to be common in event-based glib apps), the client IO loop would properly handle keepalive requests sent by a server but will not actually send them because the main event loop is blocked with the API. This patch gets rid of respons