Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Re: Memory leak with DBD::Sybase ?

by one4k4 (Hermit)
on Jun 05, 2003 at 18:12 UTC ( [id://263434]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Memory leak with DBD::Sybase ?
in thread Memory leak with DBD::Sybase ?

Indeed. Committing transactions and freeing up memory used by Perl are apples and oranges. Sybase has it's responsibility of dealing with it's own transaction-based memory usage and such. I think the problem lies in how to "unpage" that memory Perl just used instead of letting it sit ready to be used again.. Because it may not.

Then again, if he's inserting 200 rows from a hash/array.. undef'ing the hash/array, then creating *another* hash/array with $x rows.. you'd think it'd use as much of the memory as it could from the previous datastructure.. The answer to this, I don't know.

One4k4 - perlmonks@poorheart.com (www.poorheart.com)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://263434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-03-28 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found