Re: plperl doesn't release memory - Mailing list pgsql-general

From Harald Fuchs
Subject Re: plperl doesn't release memory
Date
Msg-id puhdiscf9b.fsf@srv.protecting.net
Whole thread Raw
In response to Re: plperl doesn't release memory  ("GIROIRE Nicolas (COFRAMI)" <nicolas.giroire@airbus.com>)
List pgsql-general
In article <20050331082524.GC30965@svana.org>,
Martijn van Oosterhout <kleptog@svana.org> writes:

> Perl uses reference counting, so as long as a string is visibile
> anywhere (remember closures), it stays around and disappears as soon as
> it's unreferenced.

> If you have large strings or arrays you don't need, maybe you need to
> explicitly undef them. Using shift and pop on arrays doesn't copy the
> element for example. Make sure you're using my on all your variables so
> they are cleared on exiting a function.

> Also, this doesn't work on circular references, so if you build
> structures like that you'll need to explicitly break the chain.

... or use WeakRef.

pgsql-general by date:

Previous
From: Shaun Clements
Date:
Subject: Re: Catch of ERROR in PLPGSQL
Next
From: Nageshwar Rao
Date:
Subject: not able to connect to Database