Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: parallel HTTP::Request

by suaveant (Parson)
on Jan 12, 2010 at 14:17 UTC ( [id://816909]=note: print w/replies, xml ) Need Help??


in reply to parallel HTTP::Request

aside from the my $pid = fork();

if ($pid = fork()) { next; }

needs to be

if ($pid = fork()) { last; }

By doing next you just skip an iteration, you don't actually leave the loop.

                - Ant
                - Some of my best work - (1 2 3)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://816909]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found