Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69026 invoked by uid 1010); 9 Aug 2004 07:19:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68891 invoked from network); 9 Aug 2004 07:19:21 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.250) by pb1.pair.com with SMTP; 9 Aug 2004 07:19:21 -0000 Received: by mproxy.gmail.com with SMTP id u52so23818cwc for ; Mon, 09 Aug 2004 00:19:20 -0700 (PDT) Received: by 10.11.120.76 with SMTP id s76mr56701cwc; Mon, 09 Aug 2004 00:19:20 -0700 (PDT) Message-ID: <4e89b42604080900193d8a56b0@mail.gmail.com> Date: Mon, 9 Aug 2004 08:19:20 +0100 To: Ron Korving Cc: internals@lists.php.net In-Reply-To: <20040809070145.91070.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040809070145.91070.qmail@pb1.pair.com> Subject: Re: [PHP-DEV] missing old features for new socket streams From: kingwez@gmail.com (Wez Furlong) 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?