//now check the no. of connections (by lsof|grep ESTABLISHED in the HOST), the count will increase by 1
conn=libvirt.openReadOnly("qemu+ssh://HOST_IP
/system")
//now check the no. of connections, the count will increase by 1
dom=conn.lookupByName("sowmya")
conn.close()
//the count will not change, it returns 1
This is creating a lot of trouble to me but the reason is unknown.
If someone could please point me out, if i am missing something.
--
Jatin