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.222 by root, Mon Jun 29 10:21:15 2009 UTC vs.
Revision 1.227 by root, Mon Jul 6 23:42:24 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.42; 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
1488=item C<PERL_ANYEVENT_CA_FILE>, C<PERL_ANYEVENT_CA_PATH>.
1489
1490When neither C<ca_file> nor C<ca_path> was specified during
1491L<AnyEvent::TLS> context creation, and either of these environment
1492variables exist, they will be used to specify CA certificate locations
1493instead of a system-dependent default.
1494
1476=back 1495=back
1477 1496
1478=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE 1497=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE
1479 1498
1480This is an advanced topic that you do not normally need to use AnyEvent in 1499This is an advanced topic that you do not normally need to use AnyEvent in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines