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.224 by root, Fri Jul 3 21:44:14 2009 UTC vs.
Revision 1.226 by root, Mon Jul 6 23:32:49 2009 UTC

968no warnings; 968no warnings;
969use strict qw(vars subs); 969use strict qw(vars subs);
970 970
971use Carp; 971use Carp;
972 972
973our $VERSION = 4.452; 973our $VERSION = 4.8;
974our $MODEL; 974our $MODEL;
975 975
976our $AUTOLOAD; 976our $AUTOLOAD;
977our @ISA; 977our @ISA;
978 978
1471=item C<PERL_ANYEVENT_MAX_FORKS> 1471=item C<PERL_ANYEVENT_MAX_FORKS>
1472 1472
1473The maximum number of child processes that C<AnyEvent::Util::fork_call> 1473The maximum number of child processes that C<AnyEvent::Util::fork_call>
1474will create in parallel. 1474will create in parallel.
1475 1475
1476=item C<PERL_ANYEVENT_MAX_OUTSTANDING_DNS>
1477
1478The default value for the C<max_outstanding> parameter for the default DNS
1479resolver - this is the maximum number of parallel DNS requests that are
1480sent to the DNS server.
1481
1482=item C<PERL_ANYEVENT_RESOLV_CONF>
1483
1484The file to use instead of F</etc/resolv.conf> (or OS-specific
1485configuration) in the default resolver. When set to the empty string, no
1486default config will be used.
1487
1476=back 1488=back
1477 1489
1478=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE 1490=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE
1479 1491
1480This is an advanced topic that you do not normally need to use AnyEvent in 1492This is an advanced topic that you do not normally need to use AnyEvent in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines