From owner-freebsd-hackers Wed Jul 31 9:49:27 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E90B37B438 for ; Wed, 31 Jul 2002 09:49:22 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 39F9C43E42 for ; Wed, 31 Jul 2002 09:49:21 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 31 Jul 2002 17:49:19 +0100 (BST) Date: Wed, 31 Jul 2002 17:49:14 +0100 From: David Malone To: Daniel Lundqvist Cc: Terry Lambert , freebsd-hackers@freebsd.org Subject: Re: select()/poll() i kernel. Message-ID: <20020731164914.GA32252@walton.maths.tcd.ie> References: <20020730152514.GA66448@malarhojden.nu> <3D471152.4347ABD1@mindspring.com> <20020731163057.GB72029@malarhojden.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020731163057.GB72029@malarhojden.nu> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jul 31, 2002 at 06:30:57PM +0200, Daniel Lundqvist wrote: > If anyone has a better solution to this I'm all ears. Couldn't you do all this in userland and use a unix domain socket for communication between your clients and your master process? Then you could use select/poll/kqueue normally. (Unless there is some part of the multicast thing which you can't do from userland?) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message