RE: possible leak in 1.52
- From: E.Dan@xxxxxx (Ephraim Dan)
- Date: Wed, 23 Aug 2006 22:09:41 -0700
this doesn't apply to my needs, but are DB connects cached as well
with a separate 120 counter?
I'm sort of out of my league here, but I think DBI caches the db handles as well as statement handles, and all of them are cleared every 120. So even though you are undef'ing them, they are cached. If you run your code in a loop for more than 120 connect/undef pairs, are you seeing the same behavior (i.e. all freed after 120 times)? If so, it sounds like it's expected and hunky-dory.
Best,
Ephraim
- References:
- Re: possible leak in 1.52
- From: Jonathan
- Re: possible leak in 1.52
- Prev by Date: Re: Rows returned are out of sync with the request.
- Next by Date: DBD::Oracle 1.18 installation problem
- Previous by thread: Re: possible leak in 1.52
- Next by thread: AutoCommit does not work
- Index(es):