Testing concurrent tasks / forking

Tom Hukins tom at eborcom.com
Sun Dec 23 13:22:58 PST 2007


On Sun, Dec 23, 2007 at 08:46:47PM +0000, Robbie Bow wrote:
> HTTP::Async looks easier to use, but I'm not seeing a way to add CGI 
> POST variables.

HTTP::Async takes HTTP::Request objects to perform its requests, so
you pass arguments to HTTP::Request when you create an object:
http://search.cpan.org/dist/libwww-perl/lwpcook.pod#POST

Essentially, HTTP::Async behaves the same as LWP, except you can
perform multiple requests simulataneously.  I should have mentioned
that last time.

Tom


More information about the MiltonKeynes-pm mailing list