I see the Filter::HTTPD and I am thinking about doing the same thing for a 
client; I want to be able to fire off web requests and wait for the results 
asynchronously.  I could use LWP::Parallel except that I have non-HTTP 
things to process at the same time, which will be POE sessions.

So I am toying with the idea of constructing a POE Component which would be 
a LWP::UserAgent that would accept HTTP::Requests and trigger events upon 
receipt of an HTTP::Response.  Does this make sense or am I barking up the 
wrong tree?  Am wondering how hard this will be to construct - I would like 
to delegate as much as possible to LWP.
--
Peter Scott
Pacific Systems Design Technologies

Reply via email to