Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15303 invoked from network); 2 Jul 2009 00:15:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2009 00:15:19 -0000 Received: from [127.0.0.1] ([127.0.0.1:10007]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id FB/5E-43450-71CFB4A4 for ; Wed, 01 Jul 2009 20:15:19 -0400 Authentication-Results: pb1.pair.com smtp.mail=seklecki@noc.cfi.pgh.pa.us; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=seklecki@noc.cfi.pgh.pa.us; sender-id=pass Received-SPF: pass (pb1.pair.com: domain noc.cfi.pgh.pa.us designates 206.210.72.84 as permitted sender) X-PHP-List-Original-Sender: seklecki@noc.cfi.pgh.pa.us X-Host-Fingerprint: 206.210.72.84 mx04.pub.collaborativefusion.com Linux 2.5 (sometimes 2.4) (4) Received: from [206.210.72.84] ([206.210.72.84:36173] helo=mx04.pub.collaborativefusion.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/FA-43450-6EAEB4A4 for ; Wed, 01 Jul 2009 19:01:58 -0400 Received: from [192.168.2.161] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Wed, 01 Jul 2009 18:48:38 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::0 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: internals@lists.php.net X-SMFBL: aW50ZXJuYWxzQGxpc3RzLnBocC5uZXQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=noc.cfi.pgh.pa.us; s=noc_cfi_pgh_pa_us_key_dkim; l=434; t=1246488518; i=@noc.cfi.pgh.pa.us; h=Subject:From:To: Content-Type:Date:Message-Id:Mime-Version:X-Mailer: Content-Transfer-Encoding; bh=seS4OUR/99b1HmdiHJdOZUfUs2M=; b=Mw sVaGQfVbCRHzR9gwTuvaxhVMEg5lGbNxIkZKrUAYt/w/YcbIlWMGxL72as49a5MD WLg7i3AjRjuLvWIgaMepACy5oHYYU2ByyjaPtc0w4oyATa+4vP782UbeKA7pAo To: PHP internals Content-Type: text/plain Date: Wed, 01 Jul 2009 19:01:55 -0400 Message-ID: <1246489315.2449.2761.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit Subject: Socket Timeout Documentation From: seklecki@noc.cfi.pgh.pa.us ("Brian A. Seklecki") All: Perhaps we should clarify the socket tuneables such as: ; Default timeout for socket based streams (seconds) default_socket_timeout = 60 These are slightly ambiguous. e.g., we should clarify connect() timeouts v.s. "idle" timeouts. There are at least a dozen tickets open related to timeout behavior and a lot of the confusion results of ambiguity in the variable naming convention and documentation. ~BAS