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.152 by root, Tue Jun 3 09:02:46 2008 UTC vs.
Revision 1.160 by root, Sun Jun 22 12:17:47 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>
762 767
763The fastest ping in the west. 768The fastest ping in the west.
769
770=item L<AnyEvent::DBI>
771
772Executes DBI requests asynchronously in a proxy process.
764 773
765=item L<Net::IRC3> 774=item L<Net::IRC3>
766 775
767AnyEvent based IRC client module family. 776AnyEvent based IRC client module family.
768 777
807no warnings; 816no warnings;
808use strict; 817use strict;
809 818
810use Carp; 819use Carp;
811 820
812our $VERSION = 4.12; 821our $VERSION = 4.152;
813our $MODEL; 822our $MODEL;
814 823
815our $AUTOLOAD; 824our $AUTOLOAD;
816our @ISA; 825our @ISA;
817 826
1667Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can 1676Similar considerations apply to $ENV{PERL_ANYEVENT_VERBOSE}, as that can
1668be used to probe what backend is used and gain other information (which is 1677be used to probe what backend is used and gain other information (which is
1669probably even less useful to an attacker than PERL_ANYEVENT_MODEL). 1678probably even less useful to an attacker than PERL_ANYEVENT_MODEL).
1670 1679
1671 1680
1681=head1 BUGS
1682
1683Perl 5.8 has numerous memleaks that sometimes hit this module and are hard
1684to work around. If you suffer from memleaks, first upgrade to Perl 5.10
1685and check wether the leaks still show up. (Perl 5.10.0 has other annoying
1686mamleaks, such as leaking on C<map> and C<grep> but it is usually not as
1687pronounced).
1688
1689
1672=head1 SEE ALSO 1690=head1 SEE ALSO
1673 1691
1674Utility functions: L<AnyEvent::Util>. 1692Utility functions: L<AnyEvent::Util>.
1675 1693
1676Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>, 1694Event modules: L<EV>, L<EV::Glib>, L<Glib::EV>, L<Event>, L<Glib::Event>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines