metaperl has asked for the wisdom of the Perl Monks concerning the following question:
I'm interested in posting to 5 or 6 HTTP servers concurrently and getting back responses.
This is a coarse-grained parallel operation and the LWP::ParallelUserAgent example is exactly what I need.
But I notice several unresolved bugs for this package.
Further, it has not seen an update in 5 years
So, I'm curious as to how you would handle such a functional requirement... is there a more popular module for this? One with fewer bugs and more recent releases? Do I need to write my own thang in POE similar to what merlyn shows here?
Back to
Seekers of Perl Wisdom