in reply to Re^4: multi threading
in thread multi threading
Now, waiting is one of those thing you actually can do a lot of at any instance, so threads or multiple proccesses (fork) makes a lot of sense in this case. To know what your results tell you, you will have to exercise fine controll over the number of concurrent requests to the server, i.e. how often to send another request, Time::HiRes can help with that.
Try to start programming, and post code and direct questions if/when you're stuck.
|
|---|