On Mon, Jun 03, 2002 at 11:24:52AM -0700, Justin Erenkrantz wrote: > On Mon, Jun 03, 2002 at 11:15:05AM -0700, Doug MacEachern wrote: > > this change is wrong. please revert and explain what you need so we can > > find the right solution. > > With prefork, it starts up 2 instances. I only want it to have one > instance so I can attach to the right process with gdb. It's > annoying to have to get the wrong process 50% of the time. (The > other MPMs don't suffer from this since they only have one process.) > > I figured out that it needs {Max|Min}SpareServers set too. -- justin
Cliff is always mentioning something like t/TEST -d gdb or something like that. Won't that run in -X mode automatically? -aaron