Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1776 invoked from network); 15 Nov 2013 03:55:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2013 03:55:50 -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.215.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:62636] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/30-34183-54B95825 for ; Thu, 14 Nov 2013 22:55:50 -0500 Received: by mail-la0-f43.google.com with SMTP id n7so2301031lam.2 for ; Thu, 14 Nov 2013 19:55:45 -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=cPsvsybzXCFr/zgyaPVJ1PsejqX+R1eH63b5BB5AgjA=; b=qnUIqRigs/ecKHLbp+DeCp/MxfV215WJtA4rvHRD7Xlvt9Qtf7Qi4WFNrggHjf6JPm Ditj7FeWla3O/Hdp5cBz7Na/i5Mf4OMvVrQA2FM53l4Z8k93y/9bf4XcYVMitxVAaLdO uZ+zt6+wqAwnOmr1u0MtSG/IZo2lOLwEF0GjK83OBLA/Og3x+ISnGL2llGM9AUQz+3EX xO6OKoKNe/g6Vg4yza8M6PLHCgkp5A0cTlyXkwfjkW6T/UXUsHSwdRsGHFgzYJdPCyh9 2eb9PIU/DDQkntXq3vpmc2h1p9ke16T90/9IY2DKJ1fqN/ZnMLi3bm+KRWMQ7VUk0n10 mKfA== X-Received: by 10.152.3.10 with SMTP id 10mr62421lay.35.1384487745807; Thu, 14 Nov 2013 19:55:45 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Thu, 14 Nov 2013 19:55:05 -0800 (PST) In-Reply-To: <52856D2F.50304@oracle.com> References: <60B9BBE0-BC3F-490A-AD78-9EBC22C808CF@googlemail.com> <5279F08B.1050803@gmail.com> <527AC5F2.5090401@gmail.com> <1384253404.3572.23.camel@guybrush> <52856D2F.50304@oracle.com> Date: Fri, 15 Nov 2013 12:55:05 +0900 X-Google-Sender-Auth: DcP56BxUphHW74EBzmm2i0BNwBY Message-ID: To: Christopher Jones Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e014941f448ea1104eb2f2cdf Subject: Re: [PHP-DEV] CLI Web Server customization From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e014941f448ea1104eb2f2cdf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Christopher, On Fri, Nov 15, 2013 at 9:39 AM, Christopher Jones < christopher.jones@oracle.com> wrote: > On 11/14/13 2:37 PM, Yasuo Ohgaki wrote: > > 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 (=C3=AA=C3=93=C2=B8=C3=A7=C3=B3 332115) >> +++ commandline.xml (\m=C2=B3=C3=94=C3=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. >> >> > > I don't think the distinction is useful for the end user. At face > value readers might see it as contradictory: "is it concurrent or > sequential?". Or the description needs clarification to explain the > subtleties. > > Also, consider this grammar/wording correction for the last sentence: > "PHP applications will stall if a request is blocked" > > > >> >> - 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. >> >> > > Perhaps say: > > This web server was designed to aid application development. It may > also be useful for testing purposes or for application > demonstrations that are run in controlled environments. It is not > intended to be a full-featured web server. It should not be used on > a public network. I'll use your correction. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --089e014941f448ea1104eb2f2cdf--