"Scales, Neil" writes:
> How can I speed it up?
You'd have to tell us how you implemented your MIB and with which type
of API style you picked.
In short, some of the easiest APIs to use are unfortunately slow (they
were designed to get someone up and running, not to be efficient).
But you have
I'm implementing an AgentX helper that implements a table using net-snmp V5.7.1
on Linux.
The test code is working fine, but it's really slow.
Each row has 9 columns, and at the moment with 4 rows, it takes about 3 seconds
to get the whole table. When I get to 100s of rows, it's gonna be a proble