Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am new to perl and I have a program which goes though a while loop reading in data from file and then makes a request to an external program based on the input data. The usage restrictions of the server are that i don't make more than 3 requests per second. The simplest thing I can think of is to simply wait for half a second using the sleep function. Is there anything else/better I could do?
thanks a lot
|
|---|