in reply to POE&WWW::Mechanize or POE&POE::Component::Client::HTTP

Using WWW::Mechanize from within POE doesn't give you any advantege of using POE, because WWW::Mechanize internally uses LWP::UserAgent, which blocks.

Note that POE isn't a multi-process framework. It's an event-based asynchronous framework. If you want to take advantage of POE, you need to use libraries that know about its asynchronous nature

  • Comment on Re: POE&WWW::Mechanize or POE&POE::Component::Client::HTTP

Replies are listed 'Best First'.
Re^2: POE&WWW::Mechanize or POE&POE::Component::Client::HTTP
by spx2 (Deacon) on Dec 24, 2007 at 11:50 UTC
    thanks for the reply, Yes I was afraid of that,but POE::Component::Client::HTTP is very basic as functionality that was the problem...