ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/XS.pm
(Generate patch)

Comparing Net-SNMP-XS/XS.pm (file contents):
Revision 1.4 by root, Thu Apr 9 04:37:05 2009 UTC vs.
Revision 1.5 by root, Thu Apr 9 05:56:36 2009 UTC

13This module tries to speed up Net::SNMP response packet decoding. 13This module tries to speed up Net::SNMP response packet decoding.
14 14
15It does this by overriding a few selected internal method by (almost) 15It does this by overriding a few selected internal method by (almost)
16equivalent XS methods. 16equivalent XS methods.
17 17
18This currently reduces decode time by a factor of four for typical bulk 18This currently reduces decode time by a factor of ten for typical bulk
19responses. 19responses.
20 20
21There are currently the following limitations when using this module: 21There are currently the following limitations when using this module:
22 22
23=over 4 23=over 4
35=item a 64 bit perl is required 35=item a 64 bit perl is required
36 36
37=item a moderately modern (>= C99) C compiler is required 37=item a moderately modern (>= C99) C compiler is required
38 38
39=item only tested with 5.10 39=item only tested with 5.10
40
41=item duplicate OIDs are not supported
42
43=item REPORT PDUs are not supported
40 44
41=back 45=back
42 46
43=cut 47=cut
44 48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines