in reply to Re: Memory Leak with XBase?
in thread Memory Leak with XBase?

In our experience OO perl, running persistently 'leaks' ie you observe a consistent growth in memory usage over time despite the fact that there is not more internal data being stored by the widget.
All that says is that whatever OO perl you're using creates circular references, which is a programmer error.

Replies are listed 'Best First'.
Re: Re: Re: Memory Leak with XBase?
by tachyon (Chancellor) on Mar 18, 2004 at 12:20 UTC

    The example code presented calls all of 4 functions. new() and open in XBase::Base and IO::File's open and close methods. Please show me the circular reference in this code.

    cheers

    tachyon