> The reason I don't like that is because if I need to restart the > server I have to quit my gdb. I want my gdb to last longer than > the process (so my breakpoints et al remain the same). > > I'm confused why this commit is an issue. None of the other MPMs > start multiple processes - why should prefork? And, it's not like > it won't start multiple processes when it needs to. -- justin
Not that I'm that experienced with the perl-framework over here, it would seem to me that it's important to run the tests under typical environments (ie multiple processes). Imagine a deadlocking bug that we never hit in -X mode. just my 2c, -aaron