On Thu, 2005-08-25 at 00:13 +0200, Anthony Novatsis wrote: > I was using a single GetBulk request to retrieve multiple fields in > the table that are all in the same row...... Does the > GetBulk qualify as a single request (or is this broken down into > individual Get requests?
It's either handled as a single request, or broken down into individual GetNext requests - depending on how the handler was registered. The final parameter of the netsnmp_create_handler_registration() indicates what types of request the handler can cope with. In particular, unless it explicitly registers GetBulk support, then the agent helpers will assume it *can't* handle GetBulk itself, so will split such requests into a series of GetNext calls. That's probably what's happening here. Dave ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders