Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94334 invoked from network); 7 Jul 2009 09:48:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 09:48:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.224 mail-fx0-f224.google.com Received: from [209.85.220.224] ([209.85.220.224:36454] helo=mail-fx0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/D2-32019-6F9135A4 for ; Tue, 07 Jul 2009 05:48:39 -0400 Received: by fxm24 with SMTP id 24so4788004fxm.23 for ; Tue, 07 Jul 2009 02:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9nQhClg3Yx2OAX+5i6nloaOlhnxZjRcZciHsRAoDx7Q=; b=CLWgoOfPtRhTc6D77LciWbTWz0TczA5SFb1hhxIYhhAZOI4oBVdOppbjXloHzQrOzV y38OYz1Hd48jDp6PTLzj016mr/Ce4Wcyrzct+wXPQ57wbnlIHuAryW0M19edKQKBHUgG XDGjn0LqiCSfvmgbTLnYGUJ70GNlsEHVOz/BY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TR9T1DKuvVKwDy378C+51Y7z6M4vnJRmiv9qasd16hNa5oDWT2R+dhjPbQRjiRB1y+ x9uK58fWmr90hv7UBODaONOdDuKOvFdGj1VW3ufBmcCiNiulVLhDPlBLxtwrUaYpUi6f KjrWflpvT51RZvaq71T0/0/Q2LIKn35GV7Kus= MIME-Version: 1.0 Received: by 10.86.25.17 with SMTP id 17mr2348288fgy.73.1246960114944; Tue, 07 Jul 2009 02:48:34 -0700 (PDT) In-Reply-To: <1246489315.2449.2761.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> References: <1246489315.2449.2761.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Date: Tue, 7 Jul 2009 11:48:34 +0200 Message-ID: <7f3ed2c30907070248w262fdd6fpdc6a87b29aa5ecd7@mail.gmail.com> To: "Brian A. Seklecki" Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Socket Timeout Documentation From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Jul 2, 2009 at 01:01, Brian A. Seklecki wrote: > All: > > Perhaps we should clarify the socket tuneables such as: > > =A0; Default timeout for socket based streams (seconds) > =A0default_socket_timeout =3D 60 > > These are slightly ambiguous. =A0e.g., we should clarify connect() > timeouts v.s. "idle" timeouts. Anyone that knows the answer to this? > 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. Could you post the ones you know of here please? -Hannes