Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36497 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63853 invoked from network); 25 Mar 2008 14:06:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2008 14:06:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=gwang@litespeedtech.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gwang@litespeedtech.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain litespeedtech.com designates 64.18.140.195 as permitted sender) X-PHP-List-Original-Sender: gwang@litespeedtech.com X-Host-Fingerprint: 64.18.140.195 mail.litespeedtech.com Received: from [64.18.140.195] ([64.18.140.195:49541] helo=mail.litespeedtech.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/8E-27660-9C609E74 for ; Tue, 25 Mar 2008 09:06:02 -0500 Received: from localhost ([127.0.0.1] helo=mail.litespeedtech.com) by mail.litespeedtech.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Je9mi-0001Q3-Ew; Tue, 25 Mar 2008 10:05:59 -0400 Received: (from lsws@localhost) by mail.litespeedtech.com (8.13.1/8.13.1/Submit) id m2PE5qjv005458; Tue, 25 Mar 2008 10:05:52 -0400 X-Authentication-Warning: mail.litespeedtech.com: lsws set sender to gwang@litespeedtech.com using -f Received: from ool-43515bdf.dyn.optonline.net (ool-43515bdf.dyn.optonline.net [67.81.91.223]) by mail.litespeedtech.com (Horde MIME library) with HTTP; Tue, 25 Mar 2008 10:05:52 -0400 Message-ID: <20080325100552.00o51usgg04oogw0@mail.litespeedtech.com> Date: Tue, 25 Mar 2008 10:05:52 -0400 To: Andi Gutmans Cc: internals@lists.php.net References: <47E80EB9.60900@litespeedtech.com> <698DE66518E7CA45812BD18E807866CE0165A861@us-ex1.zend.net> In-Reply-To: <698DE66518E7CA45812BD18E807866CE0165A861@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) X-Spam-Score: -3.3 (---) X-Spam-Report: Spam detection software, running on the system "mail.litespeedtech.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see admin@litespeedtech.com for details. Content preview: > Btw, is this a multi-threaded SAPI or is it a FastCGI replacement? (i.e. > multi-process). Just curious... Like FastCGI PHP, PHP with LiteSpeed SAPI run out of server process in multi-process mode, the main difference to FastCGI SAPI is: [...] Content analysis details: (-3.3 points, 5.3 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 NO_REAL_NAME From: does not include a real name -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.2 AWL AWL: From: address is in the auto white-list Subject: RE: [PHP-DEV] Inclusion of PHP LiteSpeed SAPI in the standard PHP distribution? From: gwang@litespeedtech.com > Btw, is this a multi-threaded SAPI or is it a FastCGI replacement? (i.e. > multi-process). Just curious... Like FastCGI PHP, PHP with LiteSpeed SAPI run out of server process in multi-process mode, the main difference to FastCGI SAPI is: Highly optimized protocol to avoid overhead. Built-in process manager to dynamically start/stop children processes base on current load. PHP configuration overridden via .htaccess Even though our LSAPI implementation should work well with multi-thread applications, we choose multi-process model because PHP is more reliable with multi-process. Best Regards, George Wang