ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-SNMP/README
(Generate patch)

Comparing AnyEvent-SNMP/README (file contents):
Revision 1.4 by root, Sat Apr 25 12:20:50 2009 UTC vs.
Revision 1.5 by root, Wed Jan 6 10:43:20 2010 UTC

1NAME 1NAME
2 AnyEvent::SNMP - adaptor to integrate Net::SNMP into Anyevent. 2 AnyEvent::SNMP - adaptor to integrate Net::SNMP into AnyEvent.
3 3
4SYNOPSIS 4SYNOPSIS
5 use AnyEvent::SNMP; 5 use AnyEvent::SNMP;
6 use Net::SNMP; 6 use Net::SNMP;
7 7
66 latency and the speed of your SNMP agents. 66 latency and the speed of your SNMP agents.
67 67
68 AnyEvent::SNMP tries to dynamically adjust this number dynamically 68 AnyEvent::SNMP tries to dynamically adjust this number dynamically
69 upwards and downwards. 69 upwards and downwards.
70 70
71 Increasing $MAX_OUTSTANDING will not automatically use the "extra 71 Increasing $MAX_OUTSTANDING will not automatically use the extra
72 request slots. To increase $MAX_OUTSTANDING" and make 72 request slots. To increase $MAX_OUTSTANDING and make
73 ""AnyEvent::SNMP" make use of the extra paralellity, call 73 "AnyEvent::SNMP" make use of the extra paralellity, call
74 "AnyEvent::SNMP::set_max_outstanding" with the new value, e.g.:" 74 "AnyEvent::SNMP::set_max_outstanding" with the new value, e.g.:
75 75
76 AnyEvent::SNMP::set_max_outstanding 500; 76 AnyEvent::SNMP::set_max_outstanding 500;
77 77
78 Although due to the dynamic adjustment, this might have little 78 Although due to the dynamic adjustment, this might have little
79 lasting effect. 79 lasting effect.
122 122
123AUTHOR 123AUTHOR
124 Marc Lehmann <schmorp@schmorp.de> 124 Marc Lehmann <schmorp@schmorp.de>
125 http://home.schmorp.de/ 125 http://home.schmorp.de/
126 126
127POD ERRORS
128 Hey! The above document had some coding errors, which are explained
129 below:
130
131 Around line 79:
132 Unterminated C<...> sequence
133

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines