Re: How to make Net-SNMP threadsafe

2004-08-27 Thread Coders
On Fri, 27 Aug 2004 11:28:43 +0100 Dave wrote: DS> > So we would like to make the subagents OID handling multi-threaded, DS> > so that the subagent can do a parallel job. DS> DS> There's no real difference between the master agent and a subagent here. DS> If you're talking about a (sub/)agent hand

Re: How to make Net-SNMP threadsafe

2004-08-27 Thread Magnus Fromreide
richt- > Von: Robert Story (Coders) [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 26. August 2004 18:56 > An: Fallmann, Daniel > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: How to make Net-SNMP threadsafe > > On Thu, 26 Aug 2004 10:14:

Re: How to make Net-SNMP threadsafe

2004-08-27 Thread Dave Shield
> So we would like to make the subagents OID handling multi-threaded, > so that the subagent can do a parallel job. Which brings you back to Robert's original question: RS> Do you just want the core agent multi-threaded, or were RS> you hoping for all the mibs to be multi-threaded as well? RS>

RE: How to make Net-SNMP threadsafe

2004-08-27 Thread Fallmann, Daniel
nn, Daniel Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: How to make Net-SNMP threadsafe On Thu, 26 Aug 2004 10:14:25 +0200 Fallmann, wrote: FD> We don't want to make all the mibs already implemented thread-safe. FD> What we would like to do is to make AgentX an

Re: How to make Net-SNMP threadsafe

2004-08-26 Thread Coders
On Thu, 26 Aug 2004 10:14:25 +0200 Fallmann, wrote: FD> We don't want to make all the mibs already implemented thread-safe. FD> What we would like to do is to make AgentX and the Masteragents FD> AgentX-dispatching multi-treaded and indeed we are already writing a FD> document referencing the code

AW: How to make Net-SNMP threadsafe

2004-08-26 Thread Fallmann, Daniel
iel Fallmann -Ursprüngliche Nachricht- Von: Robert Story (Coders) [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. August 2004 23:44 An: Daniel Fallmann Cc: [EMAIL PROTECTED] Betreff: Re: How to make Net-SNMP threadsafe On Fri, 6 Aug 2004 09:46:56 +0200 Daniel wrote: DF> We woul

Re: How to make Net-SNMP threadsafe

2004-08-19 Thread Coders
On Fri, 6 Aug 2004 09:46:56 +0200 Daniel wrote: DF> We would like to invest some time to make the net-snmp lib threadsafe As Mike indicated, there are already portions that are thread safe, if used with caution. DF> and furthermore we would like to make the snmpd process requests DF> mutithreaded

Re: How to make Net-SNMP threadsafe

2004-08-09 Thread Michael J. Slifcak
Daniel Fallmann wrote: Hy! We would like to invest some time to make the net-snmp lib threadsafe and furthermore we would like to make the snmpd process requests mutithreaded. Although I'm working with your great lib for some months now, it would nevertheless be a really good and helpfull thing to

How to make Net-SNMP threadsafe

2004-08-09 Thread Daniel Fallmann
Hy! We would like to invest some time to make the net-snmp lib threadsafe and furthermore we would like to make the snmpd process requests mutithreaded. Although I'm working with your great lib for some months now, it would nevertheless be a really good and helpfull thing to get a hint from you wh