From: Michael T. Babcock <[EMAIL PROTECTED]>
> Read up on 'fork'...
> ... (wait for pid1, pid2) ...
Geetika,
Michael's snippet is better (required) for the end result that you are after. When you
get to the point of actually wanting the numbers, you will need to wait for the
children to finis
Geetika Tewari wrote:
Does anyone please have any Perl scripts to execute concurrent
SELECT commands on MySQL? Any scripts that do not use fancy libraries
would help. Please help. Thanks.
Read up on 'fork' and make yourself a "fork_do_query" function of some
form so you can call:
my $result
Does anyone please have any Perl scripts to execute concurrent
SELECT commands on MySQL? Any scripts that do not use fancy libraries
would help. Please help. Thanks.
-
Before posting, please check:
http://www.mysql.com/ma