Re: [PDO] Asynchronous requests
[email protected] (Johannes Schlüter) Fri, 20 Nov 2009 10:25:49 +0100
| Newsgroups | php.pdo |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <1258709149.1909.2.camel@guybrush> |
On Fri, 2009-11-20 at 09:13 +0000, Lester Caine wrote: > Lukas - as ever time prevents a full investigation, but it DOES seem to me that > Asynchronous requests does not actually rely on anything in the database driver. > It is simply a php end invention that could potentially be used with any driver? Well, you need a non-blocking "query" API and some polling mechanism in your database library. johannes