Re: Multiple Connections

2004-08-10 Thread Egor Egorov
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

RE: Multiple Connections

2004-08-09 Thread Paul McNeil
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

Re: Multiple Connections

2004-08-09 Thread Egor Egorov
"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