Re: perlrequire/perlmodule are running twice and slow

2001-11-24 Thread Daniel Jacobowitz
On Thu, Nov 22, 2001 at 09:49:47AM +0800, Stas Bekman wrote: > Doug MacEachern wrote: > > >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 > >>r

porting Apache::SubProcess issues

2001-11-24 Thread Stas Bekman
I was looking at porting Doug's Apache::SubProcess to 2.0 as a part of the core, and here are the issues I've encontered with: - apr in httpd 2.0 doesn't have the equivalent of ap_spawn_child() from httpd 1.3.x. You can create a sub-process but it only runs a process, not a function. There is apr