Sent: Tuesday, October 10, 2006 11:20 PM
Subject: Re: Re: Re: DESTROY
> That is not the problem... The problem comes in when I do not use
> Apache::DBI and I still end up with alot of mysql threads. The
> problem is that I do not think DESTROY is being called.
>
> On 10/10/06,
If I were you, I would put something like
warn "I'm being destroyed.";
in the DESTROY method, so you'll know for sure whether that is the case.
- Original Message -
From: "Jordan McLain" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, October 10, 2006 1
That is not the problem... The problem comes in when I do not use
Apache::DBI and I still end up with alot of mysql threads. The
problem is that I do not think DESTROY is being called.
On 10/10/06, Jordan McLain <[EMAIL PROTECTED]> wrote:
That is not the problem... The problem comes in when I