in reply to Simultaneous request using threading

Based on this description of your needs:

Anyway for my problem, I'm currently building a script that should be capable of doing a simultaneous request to a certain server. Just like 10 individuals accessing a specific site at the same time.

I think you should run, do not walk, and check out LWP::Parallel

  • Comment on Re: Simultaneous request using threading