Re: TestServer::start_gdb

2001-07-13 Thread Doug MacEachern
On Wed, 11 Jul 2001, Stas Bekman wrote: % ./t/TEST -debug -debugger=ddd how about reusing the current -debug: t/TEST -d ddd ? --debug-hook_init : bring the debugger to the 'modperl_hook_init' function via the breakpoint (internally it first loads the mod_perl DSO module via

Re: env MOD_PERL_TRACE doesn't take an effect and other trace issues

2001-07-13 Thread Doug MacEachern
On Sat, 30 Jun 2001, Stas Bekman wrote: modperl_trace_level_set gets called from modperl_cmd.c only if you have PerlTrace in httpd.conf. Of course this case ignores the env var, but there is no other place in the code that calls this func to check for the env setting of MOD_PERL_TRACE.

Re: implementing PerlModule take 1

2001-07-13 Thread Doug MacEachern
On Tue, 10 Jul 2001, Stas Bekman wrote: OK I've finally wrapped my head around how things work at the server startup. This [the patch at the bottom] is a crude proof of concept code for PerlModule. Before I wrap it all nicely, please tell me if that's more or less how things should be

Re: how does mod_perl handle apachectl restart?

2001-07-13 Thread Doug MacEachern
(already answered thies offlist, but just for the record...) modperl doesn't do anything special for non-graceful restarts. as far as i know most people either do a graceful restart or full shutdown/start. i can't recall any reports of problems with non-graceful restarts, though i wouldn't be