Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: POE&WWW::Mechanize or POE&POE::Component::Client::HTTP

by lestrrat (Deacon)
on Dec 24, 2007 at 11:25 UTC ( [id://658870]=note: print w/replies, xml ) Need Help??


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...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://658870]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 06:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found