Re: DBD::Pg 2.0.0 release candidate available for testing
"Kaare Rasmussen" <kaare-3VNS32vgSTN/[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
> * Asynchronous queries, which let's you start a query, go off and do > other things, and check back to see if it has finished, and fetch the > data when you are ready to. This also allows you to cancel running queries. Can you have more than one async query at any time? I ask because I notice that pg_ready and pg_result are DB handle methods.