On Sat, 22 Sep 2001, Stas Bekman wrote:
 
> the plain httpd is available for serving almost immediately (takes about 
>   3 sec to switch to accept()). With mod_perl it's a few minutes.

well it can take a while to compile the pre-loaded Perl code, depends on
power of your machine.  a few minutes does seem like a long time though.
but we also do the full teardown/startup when apache restarts now, and
there is a self-restart that happens at startup time.
 
> Any other ideas to look at?

does the server eventually start and server requests or are you saying gdb
is just totally hosed no matter how long you wait?
 
> oh, never mind, I just thought that instead of pasing the fh around, 

guess i just don't see any gain of

$gdb_init .=

over

print $fh




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to