Re: Multi-Thread Support

2011-05-12 Thread Robert Story
On Tue, 5 Apr 2011 14:02:46 -0400 Doug wrote: DM> My main concern is that net-snmp not break when two threads are doing DM> their own v3 things at the same time. DM> DM> Ideally, I want two threads to talk to the same agent via different DM> session pointers. Essentially, each thread would do its

Re: Multi-Thread Support

2011-04-05 Thread Doug Manley
I guess that I should have phrased my question differently. "Multi-threaded" can have multiple meanings. 1. Two threads can simultaneously access the same SNMP session pointer. 2. Two threads can simultaneously talk to the same SNMP agent via different session pointers (unique to each thread). 3. T

Re: Multi-Thread Support

2010-10-25 Thread Wes Hardaker
> On Mon, 25 Oct 2010 11:32:06 -0700, Wes Hardaker > said: > On Mon, 25 Oct 2010 13:19:33 -0400, Brendan Tauras > said: WH> I haven't had time to work on it Sorry... I hit send too early... Anyway, if you wanted to look at it then the files to start looking at for wrapping

Re: Multi-Thread Support

2010-10-25 Thread Wes Hardaker
> On Mon, 25 Oct 2010 13:19:33 -0400, Brendan Tauras > said: BT> I have been interested in more info on multi-threading (with BT> encryption) for a while and think it is still a work in progress. BT> Wes, any updates on this front? I haven't had time to work on it and there is a number

Re: Multi-Thread Support

2010-10-25 Thread Brendan Tauras
I have been interested in more info on multi-threading (with encryption) for a while and think it is still a work in progress. Wes, any updates on this front? Doug, I have had success multi-threading in C with the Single API and SNMPv3 using SHA1/AES, both the synchronous and asynchronous methods.

Re: Multi-Thread Support

2010-10-25 Thread Doug Manley
BT> 3. How should I use the authentication and privacy protocol OIDs? WH> The SNMPv3 support in Net-SNMP isn't, unfortunately, thread-safe.  We WH> think/hope that the replacement DTLS/TLS support coming out in a future WH> release will make it thread-safe when used over DTLS though. Is there an

Re: Multi-Thread Support

2010-04-12 Thread Wes Hardaker
> On Tue, 6 Apr 2010 16:44:04 -0400, Brendan Tauras > said: BT> 3. How should I use the authentication and privacy protocol OIDs? The SNMPv3 support in Net-SNMP isn't, unfortunately, thread-safe. We think/hope that the replacement DTLS/TLS support coming out in a future release will ma