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 problem.
I've put a log message in my handler and the time between each request for 
row/column takes ages.
My main loop does nothing except:
while(true)
    agent_check_and_process(0);


How can I speed it up?

Neil


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to