Re: [Libvir] PATCH: Force close of virConnectPtr if client quits abnormally

2007-07-12 Thread Richard W.M. Jones
Daniel P. Berrange wrote: If a remote client quits abnormally (or if the server forcably drops a client for misbehaviing), it is possible that the virConnectPtr object is not closed. This leads to a build up of active connections in the server. The attached patch simply calls virConnectClose when

Re: [Libvir] PATCH: Force close of virConnectPtr if client quits abnormally

2007-07-12 Thread Daniel Veillard
On Thu, Jul 12, 2007 at 12:39:48AM +0100, Daniel P. Berrange wrote: > If a remote client quits abnormally (or if the server forcably drops a > client for misbehaviing), it is possible that the virConnectPtr object > is not closed. This leads to a build up of active connections in the > server. The

[Libvir] PATCH: Force close of virConnectPtr if client quits abnormally

2007-07-11 Thread Daniel P. Berrange
If a remote client quits abnormally (or if the server forcably drops a client for misbehaviing), it is possible that the virConnectPtr object is not closed. This leads to a build up of active connections in the server. The attached patch simply calls virConnectClose when killing off a client connec