Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30714 invoked by uid 1010); 9 Aug 2005 04:02:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30699 invoked from network); 9 Aug 2005 04:02:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 04:02:49 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:39244] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B6/0D-04646-8EA28F24 for ; Tue, 09 Aug 2005 00:02:49 -0400 Received: from [192.168.2.106] (c-24-6-1-160.hsd1.ca.comcast.net [24.6.1.160]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-3) with ESMTP id j7942hZG006916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 8 Aug 2005 21:02:43 -0700 Message-ID: <42F82AE3.6070602@lerdorf.com> Date: Mon, 08 Aug 2005 21:02:43 -0700 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: steve roussey CC: internals@lists.php.net References: <57792e85050808205143e96a8f@mail.gmail.com> In-Reply-To: <57792e85050808205143e96a8f@mail.gmail.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Moving to PHP5.1 and Apache 2.2 next year, need help From: rasmus@lerdorf.com (Rasmus Lerdorf) steve roussey wrote: > I have read and understand that there are a number of issues: > > 1. Problems with the Apache2 sapi > 2. Problems with thread safety in the Zend Engine or PHP itself > 3. Problems with thread-safety of modules You missed the most serious one. Thread safety problems in random libraries you link in and we have absolutely no control over those. My stuff is far bigger and busier than yours, and I have absolutely no intention to go threaded anytime soon. -Rasmus