my @threads; for (...) { push @threads, async { ... do LWP stuff here ... }; } $_->join() for @threads;
Update: Oh yeah, Coro already provides some kind of support for HTTP through LWP, but it's hackish and it doesn't work with HTTPS.
In reply to Re: Async DNS with LWP
by ikegami
in thread Async DNS with LWP
by jc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |