Re: Subagent CPU Spike & Timeout

2013-11-08 Thread Frozen Puck
I should add that my other subagents dealing with other MIBs work fine. On Fri, Nov 8, 2013 at 2:56 PM, Frozen Puck wrote: > > Hi, > > I need help with my subagent, I've dissected it every way I can think of > but whenever it responds to a query I get a timeout and the CPU on my > system spikes

Subagent CPU Spike & Timeout

2013-11-08 Thread Frozen Puck
Hi, I need help with my subagent, I've dissected it every way I can think of but whenever it responds to a query I get a timeout and the CPU on my system spikes for several minutes. My subagent does NOT crash either. I'm pretty sure that I'm creating entries and linking them alright, I've tested

Re: Linkear a dynamic module to a dynamic library

2013-11-08 Thread zhuyj
On 10/26/2013 04:36 AM, Juan Bússoli wrote: Hello, I am trying to create a dynamic module for SNMP, which needs use some functions that are in a dynamic library. To compile the module, I have modified the Makefile that you provide me in the tutorial "Writing a Dynamically Loadable Object", as