From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 11:04:42 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A5E1065677 for ; Mon, 22 Dec 2008 11:04:42 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id E5EE58FC18 for ; Mon, 22 Dec 2008 11:04:41 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.38] (S0106001372fd1e07.vs.shawcable.net [70.71.171.106]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id mBMB4INX033131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Dec 2008 03:04:19 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <494F740E.3040502@FreeBSD.org> Date: Mon, 22 Dec 2008 03:03:42 -0800 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Roman Divacky References: <20081221012752.cdc5cbfc.nork@FreeBSD.org> <20081221211949.GS1176@hoeg.nl> <20081222091203.GA28920@freebsd.org> In-Reply-To: <20081222091203.GA28920@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ed Schouten , FreeBSD Current , Norikatsu Shigemura Subject: Re: Change select(2) to kevent(2) on script(1)... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2008 11:04:42 -0000 Roman Divacky wrote: > I believe other OSes should be able to do the porting effort when they > want to use FreeBSD software. > > if kqueue-in-script makes any improvement go for it. I really doubt there would be any. It's just 2 descriptors, and if select(2) can't handle 2 descriptors efficiently them perhaps it is broken and has to be fixed instead. -Maxim