Re: [PDO] Asynchronous requests
[email protected] (Lukas Kahwe Smith) Tue, 3 Nov 2009 13:52:50 +0100
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <[email protected]> |
On 03.11.2009, at 11:49, Johannes Schlüter wrote: > And even then PDO should be generic and do stuff the same way with as > many drivers as possible. That's the point of abstraction. Different > databases, client-server protocols, client libraries, ... offer > different functionality which sometimes can't be emulated properly. > The > aim of abstraction is that I can - as simple as possible - switch over > from one database to another, now consider having use async switching > from psotgresql to sqlite (for whatever reason) - you have to change > the > whole architecture[1]. I am still not clear what you mean here. Do you think its impossible to abstract async? or do you want to limit PDO to functionality that is available on all drivers? regards, Lukas Kahwe Smith [email protected]