Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18418 invoked from network); 21 Apr 2014 22:27:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2014 22:27:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=park.framework@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=park.framework@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.66 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 74.125.83.66 mail-ee0-f66.google.com Received: from [74.125.83.66] ([74.125.83.66:52210] helo=mail-ee0-f66.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/69-00448-46B95535 for ; Mon, 21 Apr 2014 18:27:48 -0400 Received: by mail-ee0-f66.google.com with SMTP id b57so3487219eek.9 for ; Mon, 21 Apr 2014 15:27:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Hiu2TKP74q2dHazUqCjn2n//ZgU8nFHSmTPjMjbRtl4=; b=VFkV6H8MUQBlp+OlcCvPmOggwXdc/HYRgydZTqneNALMUBeNgengYWUYzsoG1mH4BB LbJNmV+qXIVdjweb7D7hZ44qS70NjrFAOSz4U7oBg2FFSBg2OTOTxsld3oOmsAlKxpSI nxoQ8hUjBO22PFzuNQDXbhlPMmLh5E67CV4xVxd1x94GRqF7o8oRcCuG0j/Wmel1eaBR n2oizFwuPv1NdXWbwpK8PvPtHX3xQfPktQsntiP5vs4778LVIc/j4Wtu7bNjrwcVhraJ 5aLmkWeQ1SotZpVE2X0Ow2N5lfZ3Ttxipn+AQhWInf50OxgrauQPnIAafjCr1WilaX64 VBTw== MIME-Version: 1.0 X-Received: by 10.15.73.134 with SMTP id h6mr50522272eey.3.1398119265437; Mon, 21 Apr 2014 15:27:45 -0700 (PDT) Received: by 10.14.107.199 with HTTP; Mon, 21 Apr 2014 15:27:45 -0700 (PDT) Date: Tue, 22 Apr 2014 01:27:45 +0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c29acc2b8e4404f795021d Subject: [PHP-DEV] [FPM] Reused PHP script as daemon process From: park.framework@gmail.com (Park Framework) --001a11c29acc2b8e4404f795021d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Add, function fastcgi_handle_request(callable $name) for reused script as daemon process. With each new request, all superglobals variables ($_GET, $POST, $_COOKIE, $_SERVER, ...) with new values from current =E2=80=8B=E2=80=8Brequest. Sample: If you implement this functionality for PHP will be new opportunities and performance optimization via runtime cache. --001a11c29acc2b8e4404f795021d--