Subject: Re: apache2 threads
To: Johnny C. Lam <jlam@netbsd.org>
From: matthew sporleder <msporleder@gmail.com>
List: tech-pkg
Date: 09/15/2005 10:50:24
Shouldn't this be option-able ala make show-options?

On 9/14/05, Johnny C. Lam <jlam@netbsd.org> wrote:
> On Wed, Sep 14, 2005 at 02:52:42PM -0400, matthew sporleder wrote:
> > Why does pkgsrc apache2 only allow the prefork model?
>=20
> The apache2/Makefile documents APACHE_MPM, which can be set to "prefork"
> (default) or "worker", which is the multi-process, threaded server.
> However, I note that on NetBSD-2.0 with an older version of apache2,
> using "worker" caused the httpd process to hang occasionally.  You
> may have better luck with the more recent versions of apache2.
>=20
>         Cheers,
>=20
>         -- Johnny Lam <jlam@NetBSD.org>
>