Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92488 invoked by uid 1010); 9 Aug 2004 07:01:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91072 invoked by uid 1007); 9 Aug 2004 07:01:45 -0000 Message-ID: <20040809070145.91070.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 9 Aug 2004 09:01:43 +0200 Lines: 15 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: missing old features for new socket streams From: r.korving@xit.nl ("Ron Korving") 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? Thank you, Ron