Re: [libvirt] [PATCH 03/12] client rpc: Don't drop non-blocking calls

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:21AM +0200, Jiri Denemark wrote: > So far, we were dropping non-blocking calls whenever sending them would > block. In case a client is sending lots of stream calls (which are not > supposed to generate any reply), the assumption that having other calls > in a queue is

[libvirt] [PATCH 03/12] client rpc: Don't drop non-blocking calls

2012-06-12 Thread Jiri Denemark
So far, we were dropping non-blocking calls whenever sending them would block. In case a client is sending lots of stream calls (which are not supposed to generate any reply), the assumption that having other calls in a queue is sufficient to get a reply from the server doesn't work. I tried to fix