Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7469 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48360 invoked by uid 1010); 2 Feb 2004 08:35:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48336 invoked from network); 2 Feb 2004 08:35:28 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 2 Feb 2004 08:35:28 -0000 Received: from [172.16.10.102] (c-24-6-108-60.client.comcast.net [24.6.108.60]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-1) with ESMTP id i128ZHaN016978; Mon, 2 Feb 2004 00:35:17 -0800 Date: Mon, 2 Feb 2004 00:35:11 -0800 (PST) X-X-Sender: rasmus@thinkpad.lerdorf.com To: "ashish b\\" cc: internals@lists.php.net In-Reply-To: <20040202083430.29109.qmail@web60509.mail.yahoo.com> Message-ID: References: <20040202083430.29109.qmail@web60509.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] Is compiling apache in worker mode unstable? From: rasmus@php.net (Rasmus Lerdorf) Yup On Mon, 2 Feb 2004, ashish b\ wrote: > hello , > is compiling Apache in worker mode really unstable for production purposes? > Is multithreaded mode of apache really unsafe? > > Doumentation of PHP says > In case you wish to build a multithreaded version of Apache 2.0 you must overwrite the standard MPM-Module prefork either with worker or perchild. To do so append to your configure line either the option --with-mpm=worker or --with-mpm=perchild. Take care about the consequences and understand what you are doing. For more information read the Apache documentation about the MPM-Modules. > > Note: To build a multithreaded version of Apache your system must support threads. This also implies to build PHP with experimental Zend Thread Safety (ZTS). Therefore not all extensions might be available. The recommended setup is to build Apache with the standard prefork MPM-Module. > > > > > > --------------------------------- > Do you Yahoo!? > Yahoo! SiteBuilder - Free web site building tool. Try it!