Does anybody know of a way to run a non-blocking DBI query? Non-portable is ok with me, if it works with Oracle! :-) But seriously, do we know about how to: * Send a query * treat the statement handle like a file handle (select()) * do something else * then handle the rows when the query (finally!!!) returns them? TIA! Rob #!/usr/bin/perl -w use Disclaimer qw/:standard/;
- Re: Non-blocking DBI? Rob Bloodgood
- Re: Non-blocking DBI? Fletch
- RE: Non-blocking DBI? Rob Bloodgood
- SV: Non-blocking DBI? Arthur Bergman
- Re: Non-blocking DBI? Fletch
- Re: Non-blocking DBI? Fletch
