Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43127 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96114 invoked from network); 20 Feb 2009 02:52:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2009 02:52:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=moriyoshi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=moriyoshi@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: moriyoshi@gmail.com X-Host-Fingerprint: 209.85.198.228 rv-out-0506.google.com Received: from [209.85.198.228] ([209.85.198.228:48307] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/50-28105-DFA1E994 for ; Thu, 19 Feb 2009 21:52:46 -0500 Received: by rv-out-0506.google.com with SMTP id b25so661764rvf.23 for ; Thu, 19 Feb 2009 18:52:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=nCUJ+wKtY0LWzhFidoMnnRXW4K6vwZTzMOUe6pNXf+0=; b=j+5HqUZbY3mJTAPGaUR7o3XS/BzGhsFl/mlIWzh71mjF59IwDMTkEIi8utV40LLlOp QdsF/Lnin9awkXh47TjvQvOPtBPnZ3mEP2vmnxKuXD2S4nbnqRHeWf9C2IrjWXip43if i3DnVUWu6duE7QaVn83DaWZ7BpY8sYYkZaUe4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=wTJj7C5y+21yRXDUqyHIYvdZwWSCYp4rV0Tw35K913Eylt2XfLnRpFDhuxt+34iSjV oeKgJpFloI3fkfVZfsoSvPLSfNLbywWcWAxrXLQp9PsFFWan+DaFbsSEJb5HKFn8UFPU dFlF0KYwSifvlaa9S18wvlrIzF5PRwgSSAT/s= Received: by 10.141.37.8 with SMTP id p8mr147321rvj.18.1235098363221; Thu, 19 Feb 2009 18:52:43 -0800 (PST) Received: from ?192.168.0.131? (i58-89-25-149.s04.a014.ap.plala.or.jp [58.89.25.149]) by mx.google.com with ESMTPS id k2sm4499897rvb.4.2009.02.19.18.52.40 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 18:52:42 -0800 (PST) Sender: Moriyoshi Koizumi Message-ID: <499E1D62.5080100@mozo.jp> Date: Fri, 20 Feb 2009 12:02:58 +0900 User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: viroteck@viroteck.net CC: Andrei Zmievski , PHP internals References: <499DDC23.5000100@gravitonic.com> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] FD_SETSIZE limitation From: mozo@mozo.jp (Moriyoshi Koizumi) Robin Burchell wrote: > On Thu, Feb 19, 2009 at 10:24 PM, Andrei Zmievski wrote: >> Can someone explain why ext/sockets and also stream socket functions care >> about FD_SETSIZE? > > They care, because they use the select(2) syscall, which cares about FD_SETSIZE. > select(2) itself can handle more fildes than FD_SETSIZE on Linux at least. Moriyoshi