qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] For unix domain socket, will only one client could conn


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] For unix domain socket, will only one client could connect to this socket?
Date: Thu, 27 Jul 2017 14:52:51 +0100
User-agent: Mutt/1.8.3 (2017-05-23)

On Thu, Jul 27, 2017 at 07:58:06PM +0800, Sam wrote:
> Thank you, I think another process connect this socket, so I hanged here.

Yes, if another process has it open, you would see a hang if you tried
to connect to it, because the kernel will have queued the incoming
connection, but QEMU will not call accept() on it until the first client
has gone.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]