on't really open a new connection when requested
but instead return the previous open handle. This is how mysql_pconnect in PHP and
connect_cached in DBI works.
> -Original Message-
> From: Egor Egorov [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 09, 2004 12:13 PM
> To: [E
So this means that my DB driver is somehow using the same connection when I
ask it to create 2 different ones?
-Original Message-
From: Egor Egorov [mailto:[EMAIL PROTECTED]
Sent: Monday, August 09, 2004 12:13 PM
To: [EMAIL PROTECTED]
Subject: Re: Multiple Connections
"Paul M
"Paul McNeil" <[EMAIL PROTECTED]> wrote:
> This tells me that the DB is treating my connections as the same connection.
> I need to know if the problem is that MySQL is caching and reusing any
> connection from my client OR if the problem is with my driver.
For each connection a new thread is cre