| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Perl::DBI early return from $sth->execute
Interesting. Without reading the DBI manual, I don't know how to do it in Perl. But you can run your Perl program in shell in background:
program.pl db1 &; program.pl db2 &; program3 db3
Yong Huang
yhuang_at_indigopool.com
Martin Drautzburg <martin.drautzburg_at_kst.siemens.de> wrote in message
news:uae7htsvd.fsf_at_kst.siemens.de...
>
> Slightly off topic ...
>
> Does anybody know a way to return from a $sth->execute right away and
> then check the status by some sort of polling.
>
> I would like to have several Database connections open at the same
> time and let them all execute the same statement (e.g. a stored
> procedure). I would like this to happen in parallel. But without
> further action I'll have to wait until the first $sth->execute
> returns.
Received on Tue Feb 20 2001 - 16:40:25 CST
![]() |
![]() |