Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81915 invoked from network); 14 Nov 2013 22:33:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 22:33:45 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.49 mail-la0-f49.google.com Received: from [209.85.215.49] ([209.85.215.49:39963] helo=mail-la0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/56-53459-8CF45825 for ; Thu, 14 Nov 2013 17:33:45 -0500 Received: by mail-la0-f49.google.com with SMTP id er20so2143963lab.36 for ; Thu, 14 Nov 2013 14:33:42 -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=liZ5cjpU0A0y7dOlsxaoPIz+PxClTwxjC0YpujMEaBA=; b=hUP5MsR/NTZ6h2H4cUtjhtbmg7ZLaqcJsjD1Kv/51h4IB6EFNTAnLffdE8mZEL4ZHQ nrvNkPG+KpqDOeyD5tsNzd5/dMEz1jQDNIdVaCIKH3pBNA2Y8JrG0v37RpyE5wou8Btp Gu8TIuv/hUJN+/hIGd7138spr9YOyLK+9fFy+N5spJNveTyXaat++KB+RAdW0/PGfAw7 8Eb0kGe4cA/lLtxEWhlpq4YDPknsVYo1jFm4X2V66vo7NLqqAtfh9WAxi0MEbOe2SF0w 5PWsCaYmE9j0vh86myORbRa+LBukimiF3gB9LPsrmafzMy9uNgqU7PDL/L5LwVXrRiWJ aYXQ== X-Received: by 10.112.29.147 with SMTP id k19mr2006897lbh.9.1384468420742; Thu, 14 Nov 2013 14:33:40 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Thu, 14 Nov 2013 14:33:00 -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:33:00 +0900 X-Google-Sender-Auth: qotQgNhwbvlVfZ8tfRGbmYYBuZw Message-ID: To: Raymond Irving Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , PHP internals Content-Type: multipart/alternative; boundary=001a1133aa866bd79b04eb2aacdb Subject: Re: [PHP-DEV] CLI Web Server customization From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1133aa866bd79b04eb2aacdb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, 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. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1133aa866bd79b04eb2aacdb--