Re: [PDO] Asynchronous requests
[email protected] (Lukas Kahwe Smith) Fri, 20 Nov 2009 13:15:28 +0100
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
On 20.11.2009, at 13:13, Lester Caine wrote: > Johannes - I'm not sure if thing have moved on from the notes I'm looking at > http://blog.ulf-wendel.de/?p=170 - but this would seem to suggest - as I had originally thought - that in order to run multiple queries asynchronously MySQL like other databases needs multiple connections. It was this area I was actually looking at .... yeah .. seems like something that could fairly easily be abstracted by PDO. > Single queries are a slightly different matter, and Firebird/Interbase already returns when the first result arrives if you want to do that. right .. which is what PDO does by default. only the mysql driver currently supports actively disabling this .. mainly because the mysql protocol does not support having multiple open query handles. regards, Lukas Kahwe Smith [email protected]