in reply to Re: How to do Screen Scraping in parallel
in thread How to do Screen Scraping in parallel

Hi,
I am using web-page. program is successfully able to do parallel screen scraping using Parallel::ForkManger. But the thing that causing problem for me is wait_for_all in PFM. My program collects the data and put them into a hash but, I do not have any idea, How can I use ajax request to display the content form that very hash at the same time. Any idea would be helpful.
Shanu
  • Comment on Re^2: How to do Screen Scraping in parallel