When I query a table consecutive (very quick), the second time, it gives
partial data. I am using 5.0.9 and old api.
For example, if a table has 105 items, in the quick consecutive walk,
the first time, it gives 105 line return and the second time give less
than 105 line. Does anybody know what possible cause for this behavior?
This happens when I query data from subagent. Then, I make subagent as a
master agent, it happens also So, I think the problem is not
communication between master and subagent.
Here is my code in main() for the agent. Is there any problems?
/* initialize the agent library */
init_agent(AGENT_NAME);
/* initialize the agent library */
init_agent(AGENT_NAME);
/* initialize your mib code here */
if(should_init("XXX1")) init_XXX1();
if(should_init("XXX2")) init_XXX2();
.......
Thanks,
FT
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders