Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Applying the brakes

by jettero (Monsignor)
on May 08, 2008 at 11:34 UTC ( [id://685442]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # This part is a no brainer and your mail software
    #   likely already supports something like it:
    ...
            redo RETRY;
        }
    }
    
  2. or download this
    sub sleep_until_low_load {
        my $limit = shift;
    ...
            goto REDO;
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found