Hmm, I may give that a try. 

My main issue was all the memory it was taking.... 10 mod_perl process taking
up 512+ MB of memory is just not right.

I was thinking that they way I was passing the database handle $dbh between
functions was actually making a copy of the connection instead of a pointer to
it, which could possible screw up Apache::DBI.

Am I off track here?

On 09-May-2000 [EMAIL PROTECTED] wrote:
> Use vars is a tiny bit slower than fully qualifying varibles.
> 
> my $__PACKAGE__::var
> beats
> use vars qw/ $var /;

Regards,

Wim Kerkhoff, Software Engineer
NetMaster Networking Solutions
[EMAIL PROTECTED]

Reply via email to