AnyEvent-Curl-Multi
view release on metacpan or search on metacpan
lib/AnyEvent/Curl/Multi.pm view on Meta::CPAN
1;
=head1 NOTES
B<libcurl 7.21 or higher is recommended.> There are some bugs in prior
versions pertaining to host resolution and accurate timeouts. In addition,
subsecond timeouts were not available prior to version 7.16.2.
B<libcurl should be compiled with c-ares support.> Otherwise, the DNS
resolution phase that occurs at the beginning of each request will block your
program, which could significantly compromise its concurrency. (You can verify
whether your libcurl has been built with c-ares support by running C<curl -V>
and looking for "AsynchDNS" in the features list.)
libcurl's internal hostname resolution cache is disabled by this module (among
other problems, it does not honor DNS TTL values). If you need fast hostname
resolution, consider installing and configuring a local DNS cache such as BIND
or dnscache (part of djbdns).
SSL peer verification is disabled. If you consider this a serious problem,
please contact the author.
( run in 0.345 second using v1.01-cache-2.11-cpan-5467b0d2c73 )