Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45648 invoked by uid 1010); 2 Feb 2004 08:34:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45605 invoked from network); 2 Feb 2004 08:34:30 -0000 Received: from unknown (HELO web60509.mail.yahoo.com) (216.109.116.130) by pb1.pair.com with SMTP; 2 Feb 2004 08:34:30 -0000 Message-ID: <20040202083430.29109.qmail@web60509.mail.yahoo.com> Received: from [203.67.244.2] by web60509.mail.yahoo.com via HTTP; Mon, 02 Feb 2004 00:34:30 PST Date: Mon, 2 Feb 2004 00:34:30 -0800 (PST) To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1419926511-1075710870=:27639" Subject: Is compiling apache in worker mode unstable? From: ashish_php2003@yahoo.com ("ashish b\\") --0-1419926511-1075710870=:27639 Content-Type: text/plain; charset=us-ascii 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! --0-1419926511-1075710870=:27639--