I have a project that need process HTTP request in parallel. I used LWP::Parallel::UserAgent for this purpose.
Unfortunately, this package did not work as I desired. So I need to move to other module that can handle it well. I would like someone provide me some code sample with POE module, since I have a little knowledge about POE.