Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21492 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76485 invoked by uid 1010); 12 Jan 2006 17:11:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76468 invoked from network); 12 Jan 2006 17:11:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2006 17:11:51 -0000 X-Host-Fingerprint: 69.56.199.218 unknown Linux 2.4 in cluster Received: from ([69.56.199.218:57044] helo=litespeedtech.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A1/2F-29075-6DD86C34 for ; Thu, 12 Jan 2006 12:11:51 -0500 Received: from ool-44c0b818.dyn.optonline.net ([68.192.184.24] helo=[192.168.0.200]) by litespeedtech.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Ex5zE-0004pr-7o for internals@lists.php.net; Thu, 12 Jan 2006 11:11:44 -0600 Message-ID: <43C68DD0.9090902@litespeedtech.com> Date: Thu, 12 Jan 2006 12:11:44 -0500 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 68.192.184.24 X-SA-Exim-Mail-From: gwang@litespeedtech.com X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on litespeed01 X-Spam-Level: X-Spam-Status: No, score=-4.4 required=8.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-SA-Exim-Version: 4.2 (built Sat, 22 Jan 2005 14:43:15 -0600) X-SA-Exim-Scanned: Yes (on litespeedtech.com) Subject: LiteSpeed SAPI patch and cvs account request From: gwang@litespeedtech.com (George Wang) Hi, We developed a dedicated PHP SAPI module for our LiteSpeed web server a while ago, it has been tested in various production environment for a while, and is pretty stable now. This module combines the advantage of both FastCGI SAPI and mod_php, it supports distributed PHP configuration in .htaccess like mod_php, and can be started in suEXEC mode like CGI/FastCGI PHP, as it run in its own process. We believe we had minimized the cost of IPC between web server and PHP processes, so its performance is not too shabby. Our test shows that it is up to 50% faster than mod_php with the simple "Hello World" test. It probably is the fastest and most flexible PHP SAPI module so far. The source code is released in BSD style license, we hope it can be distributed along with the official PHP package, then our users don't need to apply the patch by themselves when they need to build their own PHP binary. The patch is under http://www.litespeedtech.com/lsapi/ I can be the maintainer of this SAPI module if it is accepted, please just setup a CVS account for me. Looking forward to work with your guys to make PHP even better. :-) Thank you very much! George Wang -------------------------- Lead developer of LiteSpeed Web Server http://www.litespeedtech.com/