On Monday 03 December 2001 06:43 am, Emanuel Dejanu wrote: Yeah, it will be available. But it needs to be re-factored. The first time I wrote it, it took me three weeks to get the design right, but it relied on BUFF to do it's magic. This time, I don't have BUFF to work with, so the entire design has to move to filters. I have been thinking it through for the last few weeks, and I do know how to solve the problem with fitlers, but I haven't had two hours to sit and code recently.
Ryan > 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:[EMAIL PROTECTED]] > Sent: 3 decembrie 2001 16:31 > To: [EMAIL PROTECTED]; 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 [EMAIL PROTECTED] Covalent Technologies [EMAIL PROTECTED] --------------------------------------------------------------
