Background: I have to get updated data for all my users. Data remains on a secure site, so that the script requires login (using cookies) to get some internal URL travers and then get the required data.
Tools: WWW :: Mechanize or Curl
What is the best tool for my needs? Performance is a big issue, I need to get the updated data as soon as possible, because I need to get updated data from many users.
Is it possible to fire many requests using WWW: Library Library?
Update:
I had to run it using curl. But I was thinking that with the help of McNeek I can sharpen it. Which library performs better about HTTP requests? Is there any figure? I am currently using curls with multi-interface.
WWW :: Mechanize is a Pearl module so you can use all the power of the language with it Are, e.g. Multiple processes
Comments
Post a Comment