Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12050 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9812 invoked by uid 1010); 10 Aug 2004 07:20:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9594 invoked from network); 10 Aug 2004 07:19:58 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 10 Aug 2004 07:19:58 -0000 Received: (qmail 10339 invoked from network); 10 Aug 2004 07:19:54 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 10 Aug 2004 07:19:54 -0000 Message-ID: <5.1.0.14.2.20040810001932.0291ed68@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 10 Aug 2004 00:19:48 -0700 To: Wez Furlong ,Ron Korving Cc: internals@lists.php.net In-Reply-To: <4e89b42604080900193d8a56b0@mail.gmail.com> References: <20040809070145.91070.qmail@pb1.pair.com> <20040809070145.91070.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] missing old features for new socket streams From: andi@zend.com (Andi Gutmans) IIRC, quite a few OSs also ignore whatever you pass to listen() At 08:19 AM 8/9/2004 +0100, Wez Furlong wrote: >The listen(2) backlog? It defaults to 5, and there is no way to alter >this, yet. > >Exposing more lower level features is a TODO item; you're welcome to >suggest which ones you need. > >--Wez. > >On Mon, 9 Aug 2004 09:01:43 +0200, Ron Korving wrote: > > Hi, > > > > I'm using the socket stream and it seems to work just great for me, but > with > > the stream_socket functions some original socket features seem lost. Is > > there any way to work around this? Maybe there is need for a > > stream_socket_set_option function? I personally bumped into this lack of > > features when I wanted to set my listen queue length on a socket-stream > > server. How can this be done? And if this is simply impossible, could > anyone > > tell me what this default new queue length is? > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php