Hi,

I'm planning on doing an application wich will extract
pages from a site and process them in parallel.
Do you think it would be okay to open up say 20 sessions in
POE and have them each use a WWW::Mechanize object to
get the web pages and maybe have one thread to control
all of these threads so that it provides them with work
to do,maybe using a queue from wich each thread helps
itself with a link wich it processes.
the information processed would then have to go to a
database,wich would be locked whenever writing is
done on it.
I saw on cpan there also exists this module
POE::Component::Client::HTTP , and I'm not sure if to use
it,as it does something very interesting:
"lets other sessions run while HTTP transactions are being
processed",but I would like to also have the functionality
I get from WWW::Mechanize in this
POE::Component::Client::HTTP .
What should I do ?

EDIT:
Actually my question is about POE::Component::Client::HTTP,
I like it ,but it doesn't have all the useful features of
WWW::Mechanize.

In reply to POE&WWW::Mechanize or POE&POE::Component::Client::HTTP by spx2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.