From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btuHE-0004GJ-6O for qemu-devel@nongnu.org; Tue, 11 Oct 2016 06:27:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btuGz-000843-Hb for qemu-devel@nongnu.org; Tue, 11 Oct 2016 06:27:16 -0400 Received: from mga14.intel.com ([192.55.52.115]:64708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btuGz-0007ng-AB for qemu-devel@nongnu.org; Tue, 11 Oct 2016 06:27:01 -0400 Date: Tue, 11 Oct 2016 12:26:37 +0200 From: Samuel Ortiz Message-ID: <20161011102637.GA28347@zurbaran.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Multiple QMP socket clients List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On a qemu instance started with a qmp unix socket: -qmp unix:/tmp/ctrl.sock,server,nowait I am trying to have multiple clients working on that socket but although the qmp server seems to accept the connections, only the first connected client gets his request processed. The next client requests will just hang until the first one exits. Is that an intended behaviour ? Thanks in advance for your answers. Cheers, Samuel.