Re: Perl scripts to run concurrent commands on MySQL

2002-11-26 Thread Rodney Broom
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

Re: Perl scripts to run concurrent commands on MySQL

2002-11-26 Thread Michael T. Babcock
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

Perl scripts to run concurrent commands on MySQL

2002-11-26 Thread Geetika Tewari
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