Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 68408 invoked by uid 500); 3 Dec 2001 14:43:25 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 68397 invoked from network); 3 Dec 2001 14:43:24 -0000 X-Authentication-Warning: main.route66.ro: Host [192.168.2.126] claimed to be bv26 Reply-To: From: "Emanuel Dejanu" To: Subject: RE: Compiler bug with httpd-2_0_28 and perchild Date: Mon, 3 Dec 2001 16:43:06 +0200 Message-ID: <20285A942B45D5118B1400A0D2A46155028440@NTSERVER> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20285A942B45D5118B1400A0D2A461551C86@NTSERVER> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Will be a perchild MPM in the final release of the Apache 2? My module need 1 process and lots of threads to do his job because all threads share ~64 MB data. So I really need to know if there will be support for the perchild MPM any more. Best regards, Emanuel Dejanu -----Original Message----- From: Ryan Bloom [mailto:rbb@covalent.net] Sent: 3 decembrie 2001 16:31 To: dev@httpd.apache.org; Emanuel Dejanu Subject: Re: Compiler bug with httpd-2_0_28 and perchild On Sunday 02 December 2001 11:59 pm, Emanuel Dejanu wrote: Perchild does not compile right now. It was written for a much older version of Apache 2.0, and it isn't trivial to port to the current version. I think I know how to do it, with a combination of filters and bucket types, but I haven't had time to try. Ryan > I have tried to compile the httpd-2_0_28 with perchild and > is not working. The compiler log is in x.log (attached). > > Have you tested with this configuration? > > SuSE 7.1 > gcc 2.95.2 > > Best regards, > > Emanuel Dejanu > > P.S. Please CC to me because I am a digest subscriber. > > # config.nice > #! /bin/sh > # > # Created by configure > > "./configure" \ > "--with-layout=Apache" \ > "--with-program-name=apache2" \ > "--prefix=/mnt/disk1/home/edejanu/apache/ap2" \ > "--with-mpm=perchild" \ > "--with-port=90" \ > "--disable-cgi" \ > "--disable-cgid" \ > "--disable-include" \ > "--disable-userdir" \ > "--disable-negotiation" \ > "--disable-imap" \ > "--disable-actions" \ > "--disable-alias" \ > "--disable-env" \ > "--disable-setenvif" \ > "--disable-autoindex" \ > "--disable-asis" \ > "--enable-status" \ > "--enable-so" \ > "$@" -- ______________________________________________________________ Ryan Bloom rbb@apache.org Covalent Technologies rbb@covalent.net --------------------------------------------------------------