in reply to Re: Perl memory Memory consumption
in thread Perl memory Memory consumption
my $config = Config->new(config_file => "config.xml", debug=>0); $bd = db_out->new ($config->{db_data}); while (1) { $records = $bd->stack_out_get(0); if(defined($records)) { while (($key,$msg)= each %$msg ){ process_msg($bd,$msg); } } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Perl memory Memory consumption
by alfatux (Novice) on Nov 23, 2001 at 16:58 UTC | |
Re: Re: Re: Perl memory Memory consumption
by jarich (Curate) on Nov 24, 2001 at 10:30 UTC | |
Re: Re: Re: Perl memory Memory consumption
by orkysoft (Friar) on Nov 24, 2001 at 04:20 UTC | |
by alfatux (Novice) on Nov 26, 2001 at 20:19 UTC |