Re: Could be SNMP daemon ported in multi-threads mode?

2021-07-19 Thread Craig Small
On Mon, 19 Jul 2021, 20:28 Roberto A. Foglietta, < roberto.foglie...@gmail.com> wrote: > I have been reported that the bottleneck is due to the single-thread > nature of SNMP. > The bottleneck is about 1 SNMP call served per second. > That sounds like asynchronous SNMP calls. The delay is due to

Could be SNMP daemon ported in multi-threads mode?

2021-07-19 Thread Roberto A. Foglietta
Hi All, I am experiencing a bottleneck in managing the SNMP calls when they have a flow peak. I have been reported that the bottleneck is due to the single-thread nature of SNMP. The bottleneck is about 1 SNMP call served per second. Do you anyone considered to have a multi-thread SNMP server