in reply to Re: How to Speed up MySQL w/ Perl
in thread How to Speed up MySQL w/ Perl
# I never bother with these if it's at the end of a script personally. They'll happen automatically when the variables get DESTROY'ed
Have you ever actually tested those assumptions? Certainly on my system which uses RH 7.3 Perl 5.6.2, and the latest DBI and DBD::msyql with MySQL 4.0.xx if you fail to disconnect your connections will hang around until they either time out (8 hours default) or you run out of connections.
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to Speed up MySQL w/ Perl
by davis (Vicar) on May 26, 2004 at 09:37 UTC | |
by jZed (Prior) on May 26, 2004 at 12:48 UTC | |
by El Linko (Beadle) on May 26, 2004 at 14:39 UTC | |
|
Re: Re: Re: How to Speed up MySQL w/ Perl
by BUU (Prior) on May 26, 2004 at 10:12 UTC |