We are currently using: perl, v5.8.0 built for MSWin32-x86-multi-thread
The test code as following:
my $process = 1;
while ($process){
my $dbh = DBI->connect('dbi:Oracle:sid', $user, $pass, { AutoCommit => 0
});
if ($dbh =~ /ERR/)
{
exit;
}
$dbh->disconnect;
undef $dbh;
sleep(10);
}
The memory usage starts at 9mb and keeps up. Anybody notices this before?
and has a solution?
Thanks- DBI help Stephen
- Re: DBI help Hardy Merrill
- DBI Help Aaron MacLennan
- Re: DBI Help Etienne
- Re: DBI Help Michael A Chase
- DBI Help Aaron MacLennan
- memory leaks Yan Zhu
- Re: dbi help Zhou, Bixia
- Re: dbi help Michael A Chase
- Re: dbi help Dave K
- Re: dbi help Michael A Chase
- Re: dbi help Jacqui Caren
- Re: dbi help Bill Bennett
