Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42637 invoked by uid 1010); 10 Aug 2004 07:28:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42499 invoked by uid 1007); 10 Aug 2004 07:28:40 -0000 Message-ID: <20040810072839.42489.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040809070145.91070.qmail@pb1.pair.com> <20040809070145.91070.qmail@pb1.pair.com> <5.1.0.14.2.20040810001932.0291ed68@127.0.0.1> Date: Tue, 10 Aug 2004 09:28:38 +0200 Lines: 44 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 62.58.68.2 Subject: Re: [PHP-DEV] missing old features for new socket streams From: r.korving@xit.nl ("Ron Korving") If that's the case (actually, if it's the case for Linux which I personally only care about), then I guess I won't miss it :) I was thinking maybe a stream_socket_set_option() would be nice, but I personally only used it to for SO_REUSEADDR, which seems to be default behaviour for a socket stream now anyway. Ron "Andi Gutmans" schreef in bericht news:5.1.0.14.2.20040810001932.0291ed68@127.0.0.1... > > 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