Re: connectors: per session persistent connection (PHP)

2008-05-13 Thread Paul DuBois
On May 9, 2008, at 12:17 AM, Sebastian Mendel wrote: Paul DuBois schrieb: On May 7, 2008, at 4:36 AM, Sebastian Mendel wrote: Hi, wouldn't it be very helpful if mysql connectors support some sort of per session persistent connection? this would save a lot of queries in many apps, for exa

Re: connectors: per session persistent connection (PHP)

2008-05-08 Thread Sebastian Mendel
Paul DuBois schrieb: On May 7, 2008, at 4:36 AM, Sebastian Mendel wrote: Hi, wouldn't it be very helpful if mysql connectors support some sort of per session persistent connection? this would save a lot of queries in many apps, for example SET NAMES, setting variables, creating temporary

Re: connectors: per session persistent connection (PHP)

2008-05-08 Thread Paul DuBois
On May 7, 2008, at 4:36 AM, Sebastian Mendel wrote: Hi, wouldn't it be very helpful if mysql connectors support some sort of per session persistent connection? this would save a lot of queries in many apps, for example SET NAMES, setting variables, creating temporary tables How would

Re: connectors: per session persistent connection (PHP)

2008-05-07 Thread Michael Dykman
Yes, it is the generic MySQL list. Your question, I am suggesting, goes much more towards PHP interfaces and programming techniques rather than MySQL itself. You will find excellent mailing lists for PHP programmers who have spent a lot of time thinking about exactly this sort of problem. The be

Re: connectors: per session persistent connection (PHP)

2008-05-07 Thread Sebastian Mendel
isn't this the general mysql list? isn't mysqlnd maintained by mysql? Michael Dykman schrieb: This is a little off-topic for this list (recent PHP tutorials nowithstanding)... replying offline On Wed, May 7, 2008 at 5:36 AM, Sebastian Mendel <[EMAIL PROTECTED]> wrote: Hi, wouldn't it be ve

Re: connectors: per session persistent connection (PHP)

2008-05-07 Thread Michael Dykman
This is a little off-topic for this list (recent PHP tutorials nowithstanding)... replying offline On Wed, May 7, 2008 at 5:36 AM, Sebastian Mendel <[EMAIL PROTECTED]> wrote: > Hi, > > wouldn't it be very helpful if mysql connectors support some sort of per > session persistent connection? > > t