From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Sat, 31 Jan 2004 03:17:18 +0000 Subject: Re: [ANNOUNCE] udev 015 release Message-Id: <20040131031718.GA21129@vrfy.org> List-Id: References: <20040126215036.GA6906@kroah.com> <1075395125.7680.21.camel@nosferatu.lan> <20040129215529.GB9610@kroah.com> In-Reply-To: <20040129215529.GB9610@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg KH Cc: Martin Schlemmer , linux-hotplug-devel@lists.sourceforge.net, Linux Kernel Mailing Lists On Thu, Jan 29, 2004 at 01:55:29PM -0800, Greg KH wrote: > On Thu, Jan 29, 2004 at 06:52:05PM +0200, Martin Schlemmer wrote: > > On Mon, 2004-01-26 at 23:50, Greg KH wrote: > > > > Is there a known issue that the daemon do not spawn? > > Hm, I don't know. This code is under major flux right now... Hi Martin, sorry, the code in the tree doesn't work. I decided to try pthreads, cause I gave up with the I/O multiplexing, forking and earning SIGCHLDS for manipulating the global lists. The multithreaded udevd takes multiple events at the same time on a unix domain socket, sorts it in a linked list and handles the timeouts if events are missing. It executes our current udev in the background and delays the execution for events with the same DEVPATH. So we serialize the events only for different devices. I've posted the latest patch to the list a few minutes ago. If you like, I'm happy to hear from your testing :) If we decide not to stay with the threads model, cause klibc doesn't support it now and ..., we at least have a working model to implement in a different way. thanks, Kay ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel