Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54190 invoked from network); 11 Jun 2014 02:08:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2014 02:08:27 -0000 Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.173 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.82.173 mail-we0-f173.google.com Received: from [74.125.82.173] ([74.125.82.173:36579] helo=mail-we0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/93-42235-B1AB7935 for ; Tue, 10 Jun 2014 22:08:27 -0400 Received: by mail-we0-f173.google.com with SMTP id t60so1521989wes.4 for ; Tue, 10 Jun 2014 19:08:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=PFrRTBP/msm9zbsKALGZsArA48PENyNG+54Abl4iO00=; b=nLTBd8qyVJQdU02PPHQf2ykBbFl0yoBNvqoolwQqj2oWx2pKDqE10H0Mjx1k9MnHex 6KTmtJGWDFHoXZiZAFfsOY0tbYNrDVaSDQuLwgxjx3RYUIURq7ONEG0yOFh6DUMa9zjx pGAHqG6Hc8ZK7/Pg1wH/bG5FULWPq2eqXG5yXamlBbmIC6V/L8xDwrkW5F9PpSDmRflL Qc6WUTjJtewKKIJlVpHnavVX8H5g1RaOkQoHOd5j1BfMiP98pSYPYlHct4r5IJvRhB/S ez6fjIBuqLz4cJ+qrWUE+0guIERLjMtA18bgVjiP2GpPEchYrnXUxB9bDqle7g+Ha/tx jJtg== X-Received: by 10.180.189.234 with SMTP id gl10mr11992533wic.43.1402452504220; Tue, 10 Jun 2014 19:08:24 -0700 (PDT) Received: from server.speedport_w723_v_typ_a_1_01_001 (p5B15213D.dip0.t-ipconnect.de. [91.21.33.61]) by mx.google.com with ESMTPSA id o46sm4370235eef.31.2014.06.10.19.08.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Jun 2014 19:08:23 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <2C3AA922-B514-45C0-940E-EBF6F931BCE1@googlemail.com> Date: Wed, 11 Jun 2014 02:03:18 +0200 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: Own webserver, with PHP plus opcache/similar? From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey. I am not particulary sure if this is the right list to ask this, but I = decided I would just try (besides, its the only list I subscribed to). For an application that I run, I have bumped against apache=92s edge: = WebSocket support. But the main application is written in PHP, Yii = Framework, so I do not want to move away from this - and cant do that = very easily either. So I was thinking about writing my own webserver, = maybe in nodejs or the like, but also take best advantage of PHP. What I mean is, that I read somewhere, that php-fpm, or something = similar?, can stay open as a background process and cache scripts, so = they are executed faster. Again, I only skimmed over an article, but sadly do not have access to = my browser history at th emoment - and will not for a bunch of weeks - = so I can not get back there. What would you recommend for this? I want to max out the speed of my PHP = execution time. Kind regards, Ingwie.=