On Jun 30, 8:24 pm, Carl Banks <[EMAIL PROTECTED]> wrote:
> On Jun 30, 1:55 pm, Tom Davis <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Jun 26, 5:38 am, Carl Banks <[EMAIL PROTECTED]> wrote:
>
> > > On Jun 26, 5:19 am, Tom Davis <[EMAIL PROTECTED]> wrote:
>
> > > > I am having a problem where a long-runn
On Jun 30, 3:12 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Jun 2008 10:55:00 -0700, Tom Davis wrote:
> > To me, this seems illogical. I can understand that the GC is
> > reluctant to reclaim objects that have many connections to other
> > objects and so forth, but once th
On Jun 30, 1:55 pm, Tom Davis <[EMAIL PROTECTED]> wrote:
> On Jun 26, 5:38 am, Carl Banks <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Jun 26, 5:19 am, Tom Davis <[EMAIL PROTECTED]> wrote:
>
> > > I am having a problem where a long-running function will cause a
> > > memory leak / balloon for reasons I
On Mon, 30 Jun 2008 10:55:00 -0700, Tom Davis wrote:
> To me, this seems illogical. I can understand that the GC is
> reluctant to reclaim objects that have many connections to other
> objects and so forth, but once those objects' scopes are gone, why
> doesn't it force a reclaim? For instance,
On Jun 26, 5:38 am, Carl Banks <[EMAIL PROTECTED]> wrote:
> On Jun 26, 5:19 am, Tom Davis <[EMAIL PROTECTED]> wrote:
>
> > I am having a problem where a long-running function will cause a
> > memory leak / balloon for reasons I cannot figure out. Essentially, I
> > loop through a directory of pick
Tom Davis wrote:
> I am having a problem where a long-running function will cause a
> memory leak / balloon for reasons I cannot figure out. Essentially, I
> loop through a directory of pickled files, load them, and run some
> other functions on them. In every case, each function uses only local
On Jun 26, 5:19 am, Tom Davis <[EMAIL PROTECTED]> wrote:
> I am having a problem where a long-running function will cause a
> memory leak / balloon for reasons I cannot figure out. Essentially, I
> loop through a directory of pickled files, load them, and run some
> other functions on them. In ev
I am having a problem where a long-running function will cause a
memory leak / balloon for reasons I cannot figure out. Essentially, I
loop through a directory of pickled files, load them, and run some
other functions on them. In every case, each function uses only local
variables and I even made