Hello,
We have developed an apllication that used libsnmp, that works fine
but , our development model follow event driven ( use only a thread
that use epoll_wait() ), so we have an awfull epoll_wait(5ms)
timeout to, to process snmp : agent_check_and_process(0).
So we use an active loop à 5ms period event no snmp activity is
present...
What your opinion to manage that well ?
--
David.