http://www.perlmonks.org?node_id=859379


in reply to Thread Design help

perlCrazy:

You're already getting help with your threading question. So I'll just mention that if your data servers are fast, then querying them in parallel might do you no good, as you may be saturating your network bandwidth with a single dataserver. In that case, I'd just query them serially.

...roboticus