Oid values Update Issue

2012-09-09 Thread Jatin Bodarya
Hello, Sir I have developed one net-snmp client. Everything is working fine. When I am executing code it gives me all available values with GET request. Here my issue is after executing once it gives me same data all the time, But my needed data is changing with every second...fo

Re: Multi-threaded Net-SNMP Client

2012-09-09 Thread Nathan, Mukund
keep us posted. My experience has been quite the opposite. In multi threaded informs, I had to move init_snmp to the beginning of the process that spawns threads and I had to set several properties that are threads wide and if such properties were applied within the context of a thread then it crea

Re: Multi-threaded Net-SNMP Client

2012-09-09 Thread Katia S.
Well, conducting a fairly difficult research in the field of the multiple thread Net-SNMP applications, I found out that you cannot use threads whith the same "init_snmp(argv[0])" statement. The post I read did not give any other information, just this: you can have multiple sessions with the same