From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Shuklin Subject: Re: [Xen-devel] bug in xenstored? No notification to subscription on @introduceDomain Date: Mon, 12 Dec 2011 19:36:09 +0400 Message-ID: <4EE61F69.6020407@gmail.com> References: <4EE2665C.8090602@gmail.com> <1323689477.20077.173.camel@zakaz.uk.xensource.com> <1323698103.20077.216.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1323698103.20077.216.camel-o4Be2W7LfRlXesXXhkcM7miJhflN2719@public.gmane.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-api-bounces-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org Errors-To: xen-api-bounces-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org To: Ian Campbell Cc: "xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org" , "xen-api-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org" List-Id: xen-devel@lists.xenproject.org On 12.12.2011 17:55, Ian Campbell wrote: > On Mon, 2011-12-12 at 11:31 +0000, Ian Campbell wrote: >> Does the app do any other XS stuff, e.g. other watches or read/write? Do >> these stop working also? > One other question -- does your app use threading anywhere apart from > the one it gets from libxenstore? > Yes, it is! We using multithread model (that why we wrote an alternative library to access xenstore - to get normal multithread subscription). But this problem happens before we start multithread, with single-thread application.