This is Naveed Massjouni's Typepad Profile.
Join Typepad and start following Naveed Massjouni's activity
Naveed Massjouni
Recent Activity
Why do you think the HTTP::Async approach does not make sense? One advantage of HTTP::Async is that it uses proper HTTP::Request and HTTP::Response objects, which have interfaces that are familiar to users of the standard LWP module. AnyEvent::HTTP seems to have re-invented those wheels.
asynchronicity
I've never played much with asynchronous page loads before and then it's come up three times this month. First, I saw this post on AnyEvent, so I gave that try #!/usr/bin/env perl use v5.14; use warnings; use AnyEvent; use AnyEvent::HTTP; use Time::HiRes qw(time); my $cv = AnyEvent->condvar( cb...
Naveed Massjouni added a favorite at bulknews.typepad.com
Mar 10, 2011
Naveed Massjouni is now following The Typepad Team
Mar 10, 2011
Subscribe to Naveed Massjouni’s Recent Activity