On Thu, 22 Nov 2001, Stas Bekman wrote: > As part of trying to figure out why my t/TEST -d takes so long to start, > I've traced that it spends about 14 secs in modperl_extra.pl. Can you > reproduce the same?
it does take quite a bit of time to parse all the perl code that is loaded and for gdb to build symbols tables from all the shared libraries. 14 seconds seems too long though. > Also this shows that BEGIN block of startup.pl is running twice. I don't > think this is right. (BTW, people are still reporting this problem with > mod_perl 1.26!) it is right. and also right with 1.26, if modperl is built as a dso. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
