in reply to Re: Improving Perl Speeds in Apache
in thread Improving Perl Speeds in Apache

Plus, if there's a database involved, use shared database handles (Apache::DBI is useful for this). Oracle suggest this can make an order of magnitude difference in speed.

Andy.

  • Comment on Re: Re: Improving Perl Speeds in Apache