Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83394 invoked from network); 14 Nov 2013 22:37:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 22:37:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.177 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.177 mail-lb0-f177.google.com Received: from [209.85.217.177] ([209.85.217.177:63177] helo=mail-lb0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/A6-53459-FB055825 for ; Thu, 14 Nov 2013 17:37:51 -0500 Received: by mail-lb0-f177.google.com with SMTP id z5so2064090lbh.8 for ; Thu, 14 Nov 2013 14:37:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Vr6/WxTOSdZCICCHOtjmyDsc5/oSddZBdR2oF7clnsI=; b=nf/IjXHtSwBMwldLy42x1UaXXFQbO32P8WjfCUXGOdvW0kghZFm//CWMiG/jdcpM+T /tJL4H5pqlMA7tSoV+DGB6WPNjoKkC5E/g27t0RoK2oTSRjfMxapxkV5dAaB8NEcmVkh RFZ2owBZE7GJET+tMCmo7gtHFnPAI2QFDlOitzP/wsnaTiH44Bfbh/yyj2C5orGFFlxi 55K1qqsmXrL7o6OlRWRlXcwlb7DLrvJ/o4f0R1xDes10CJbLf4/m7bamDq0H/UE7i5ea Gx289AH+3xn1pmJmgvVGsG2/W5lobDnU1ePy6EAmg74FHRnaluaAKPpZvAAo6QWsrAJI jWrg== X-Received: by 10.112.51.101 with SMTP id j5mr1980745lbo.17.1384468668425; Thu, 14 Nov 2013 14:37:48 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Thu, 14 Nov 2013 14:37:07 -0800 (PST) In-Reply-To: References: <60B9BBE0-BC3F-490A-AD78-9EBC22C808CF@googlemail.com> <5279F08B.1050803@gmail.com> <527AC5F2.5090401@gmail.com> <1384253404.3572.23.camel@guybrush> Date: Fri, 15 Nov 2013 07:37:07 +0900 X-Google-Sender-Auth: O2Hd4-VQoxBdMtJbdmhsWGytuEw Message-ID: To: Raymond Irving Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP internals Content-Type: multipart/alternative; boundary=001a113364602f2cca04eb2abb8b Subject: Re: [PHP-DEV] CLI Web Server customization From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113364602f2cca04eb2abb8b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, On Fri, Nov 15, 2013 at 7:33 AM, Yasuo Ohgaki wrote: > On Thu, Nov 14, 2013 at 3:29 PM, Raymond Irving wrote= : > >> I'm also in agreement with updating the docs. >> >> IMO I think the CLI server can be safely used for small local ( >> http://localhost) or offline web apps . >> > > How about change the manual as follows? > Any correction, improvement is appreciated. > > Index: commandline.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- commandline.xml (=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7=E3=83=B3 332115= ) > +++ commandline.xml (=E4=BD=9C=E6=A5=AD=E3=82=B3=E3=83=94=E3=83=BC) > @@ -1606,12 +1606,15 @@ > > > > - This web server is designed for developmental purposes only, and > should not > - be used in production. > + Multiple requests are handled concurrently, but PHP scripts are > + served sequentially. It blocks requests and PHP scripts if a script > + stalled. > > > > - Requests are served sequentially. > + This web server is designed for developmental purposes mainly, and > + it is not aimed to be a full featured web server. Use of built-in > + web server under public internet is discouraged. > > > > Correction. It does block script, but not request. Any correction, improvement is appreciated. Index: commandline.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- commandline.xml (=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7=E3=83=B3 332115) +++ commandline.xml (=E4=BD=9C=E6=A5=AD=E3=82=B3=E3=83=94=E3=83=BC) @@ -1606,12 +1606,14 @@ - This web server is designed for developmental purposes only, and should not - be used in production. + Multiple requests are handled concurrently, but PHP scripts are + served sequentially. It blocks PHP scripts if a scripts stalled. - Requests are served sequentially. + This web server is designed for developmental purposes mainly, and + it is not aimed to be a full featured web server. Use of built-in + web server under public internet is discouraged. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113364602f2cca04eb2abb8b--