ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.151 by root, Sat May 31 13:38:01 2008 UTC vs.
Revision 1.157 by root, Fri Jun 6 11:01:17 2008 UTC

752 752
753=item L<AnyEvent::DNS> 753=item L<AnyEvent::DNS>
754 754
755Provides rich asynchronous DNS resolver capabilities. 755Provides rich asynchronous DNS resolver capabilities.
756 756
757=item L<AnyEvent::HTTP>
758
759A simple-to-use HTTP library that is capable of making a lot of concurrent
760HTTP requests.
761
757=item L<AnyEvent::HTTPD> 762=item L<AnyEvent::HTTPD>
758 763
759Provides a simple web application server framework. 764Provides a simple web application server framework.
760 765
761=item L<AnyEvent::FastPing> 766=item L<AnyEvent::FastPing>
807no warnings; 812no warnings;
808use strict; 813use strict;
809 814
810use Carp; 815use Carp;
811 816
812our $VERSION = 4.11; 817our $VERSION = 4.15;
813our $MODEL; 818our $MODEL;
814 819
815our $AUTOLOAD; 820our $AUTOLOAD;
816our @ISA; 821our @ISA;
817 822
1667Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can 1672Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can
1668be used to probe what backend is used and gain other information (which is 1673be used to probe what backend is used and gain other information (which is
1669probably even less useful to an attacker than PERL_ANYEVENT_MODEL). 1674probably even less useful to an attacker than PERL_ANYEVENT_MODEL).
1670 1675
1671 1676
1677=head1 BUGS
1678
1679Perl 5.8 has numerous memleaks that sometimes hit this module and are hard
1680to work around. If you suffer from memleaks, first upgrade to Perl 5.10
1681and check wether the leaks still show up. (Perl 5.10.0 has other annoying
1682mamleaks, such as leaking on C<map> and C<grep> but it is usually not as
1683pronounced).
1684
1685
1672=head1 SEE ALSO 1686=head1 SEE ALSO
1673 1687
1674Utility functions: L<AnyEvent::Util>. 1688Utility functions: L<AnyEvent::Util>.
1675 1689
1676Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>, 1690Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines