Subject: Re: apache2 threads
To: None <tech-pkg@netbsd.org>
From: Cheese Lottery <cheeselottery@gmail.com>
List: tech-pkg
Date: 09/15/2005 10:54:17
Does anyone use the worker MPM and cgi?
I'm using 3.0_BETA with apache-2.0.54nb5. With the default
configuration and the included test-cgi script, I get zombie processes
(?)
15402 ? ZW 0:00.00 (sh)
15541 ? ZW 0:00.00 (sh)
16815 ? ZW 0:00.00 (sh)
18072 ? ZW 0:00.00 (sh)
18894 ? ZW 0:00.00 (sh)
23604 ? ZW 0:00.00 (sh)
23930 ? ZW 0:00.00 (sh)
26195 ? ZW 0:00.00 (sh)
And so on. Serving up static files seems to work fine.
In the meantime, I use prefork.