From owner-freebsd-chat Wed Oct 25 12:40:58 2000 Delivered-To: freebsd-chat@freebsd.org Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38]) by hub.freebsd.org (Postfix) with ESMTP id 4D3D137B479 for ; Wed, 25 Oct 2000 12:40:56 -0700 (PDT) Received: from pcep-jamie.cern.ch (pcep-jamie.cern.ch [137.138.38.126]) by smtp1.cern.ch (8.9.3/8.9.3) with ESMTP id VAA28750; Wed, 25 Oct 2000 21:40:53 +0200 (MET DST) Received: (from jamie@localhost) by pcep-jamie.cern.ch (8.9.3/8.9.3) id VAA04247; Wed, 25 Oct 2000 21:40:53 +0200 Date: Wed, 25 Oct 2000 21:40:53 +0200 From: Jamie Lokier To: Simon Kirby Cc: Jonathan Lemon , Dan Kegel , chat@freebsd.org, linux-kernel@vger.kernel.org Subject: Re: kqueue microbenchmark results Message-ID: <20001025214053.C3685@pcep-jamie.cern.ch> References: <20001024225637.A54554@prism.flugsvamp.com> <39F6655A.353FD236@alumni.caltech.edu> <20001025010246.B57913@prism.flugsvamp.com> <20001025112709.A1500@stormix.com> <20001025122307.B78130@prism.flugsvamp.com> <20001025114028.F12064@stormix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001025114028.F12064@stormix.com>; from sim@stormix.com on Wed, Oct 25, 2000 at 11:40:28AM -0700 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon Kirby wrote: > And you'd need to take the descriptor out of the read() set in the > select() case anyway, so I don't really see what's different. The difference is that taking a bit out of select()'s bitmap is basically free. Whereas the equivalent with events is a bind_event() system call. -- Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message