> Running the script under mod_perl takes almost 2 minutes!!! I'm new to
> mod_perl... so what's happening here? Im running this on winXP. Apache.exe
> takes up over 150 megs of virtual memory and almost all the CPU time
> bringing everything to a crawl...
> 

Are you sure your not trying to download a DTD when processing the file?

I've seen XSLT hang for about a minute if that happens (if it can't get the
DTD). The solution would be to strip out the DTD, or store it locally in a
catalog file if that's the case.

Mike.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to