Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-12-12 Thread Perrin Harkins
David Scott wrote: We will probably be moving to DBIx::Class (which is supposed to function well in multithreaded Apache) rather than vanilla DBI. If anyone has experience with DBIx::Class on mod_perl2 using the worker MPM, we would be grateful to hear from you. DBIx::Class is just a library

Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-12-12 Thread David Scott
Just a note to thank all those who helped me with my three (3) Apache2 problems last week. Here is how it all worked out: - There was an apparent bug in Scoreboard.xs in Apache::Scoreboard 2.08 that prevented its being loaded into Apache::VMonitor. Malcolm is looking into this (thanks). - Th

Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-11-30 Thread Robert Landrum
Perrin Harkins wrote: David Scott wrote: I've built Apache 2.2.3 and mod_perl 2.0.3 with libapreq 2.08 and the worker MPM. There appears to be some kind of race condition at startup that prevents the server from coming up. This only happens once in a while, and can be fixed by some minor con

Re: Instability at startup for Apache2/mod_perl2 using worker MPM

2006-11-30 Thread Perrin Harkins
David Scott wrote: I've built Apache 2.2.3 and mod_perl 2.0.3 with libapreq 2.08 and the worker MPM. There appears to be some kind of race condition at startup that prevents the server from coming up. This only happens once in a while, and can be fixed by some minor configuration or code chan