Re: Async I/O with DBI?

2009-01-30 Thread Marc Lehmann
On Thu, Jan 29, 2009 at 09:26:12PM +, Tim Bunce wrote: > > On Thu, Jan 15, 2009 at 10:01:32PM +, Tim Bunce > > wrote: > > > Marc, what would need to be added to the DBI (or DBD::Gofer) to support > > > asynchronous use via the Coro module? > > Extra question: can Coro work when there's

Re: Async I/O with DBI?

2009-01-29 Thread Tim Bunce
On Fri, Jan 16, 2009 at 05:43:36AM +0100, Marc Lehmann wrote: > On Thu, Jan 15, 2009 at 10:01:32PM +, Tim Bunce > wrote: > > Marc, what would need to be added to the DBI (or DBD::Gofer) to support > > asynchronous use via the Coro module? Extra question: can Coro work when there's XS code i

Re: Async I/O with DBI?

2009-01-16 Thread Marc Lehmann
On Thu, Jan 15, 2009 at 10:01:32PM +, Tim Bunce wrote: > Marc, what would need to be added to the DBI (or DBD::Gofer) to support > asynchronous use via the Coro module? Method 1, add hooks to DBD::Gofer: Right now, the only sensible way to go is to use DBD::Gofer and add some hooks. Basicall

Re: Async I/O with DBI?

2009-01-15 Thread Tim Bunce
Marc, what would need to be added to the DBI (or DBD::Gofer) to support asynchronous use via the Coro module? Tim. http://search.cpan.org/~mlehmann/Coro/ On Tue, Jan 13, 2009 at 01:58:15PM -0500, Wechsler, Steven wrote: > Anyone ever do this? Essentially, I would like to be able to send a > comm