Re: Running snmp agent as a thread

2011-08-05 Thread Bart Van Assche
On Fri, Aug 5, 2011 at 9:14 AM, jatinder goswami wrote: > I have a requirement to run SNMP Agent as a thread in my application (The > application in running on Linux based embedded system). > > Following are the changes I have done for same: > 1. Modified main() function in a

Running snmp agent as a thread

2011-08-05 Thread jatinder goswami
Hi All, I have a requirement to run SNMP Agent as a thread in my application (The application in running on Linux based embedded system). Following are the changes I have done for same: 1. Modified main() function in agent/snmpd.c to snmpd_main(). 2. Compile snmpd.c as a shared library which is

net snmp agent as a thread

2008-11-10 Thread Michael S
Good day all, I am developing a multi-service suite, and one of the services is SNMP. All the services run as threads in the program, hence I wanted SNMP agent to run as one of those threads. Is there a way to run a netsnmp agent as a thread on Windows? Anybody done something similar to this?

Re: Snmp Agent as a thread

2004-07-28 Thread Dave Shield
Wes> The agent doesn't work in a threaded environment at this point. Manuel> Is this blanket statement really correct? From the documentation I Manuel> gathered that running multiple agent threads is problematic but Manuel> running the whole agent as a single thread may not be? Yes - that should

Re: Snmp Agent as a thread

2004-07-28 Thread Narinder Soni
; On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]> > >>>>> said: > > Susan> I am trying to start the snmp agent as a thread under another > Susan> application. Has anyone done this before? What function do I > Susa

Re: Snmp Agent as a thread

2004-07-27 Thread Manuel Mall
From: "Wes Hardaker" <[EMAIL PROTECTED]> > >>>>> On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]> said: > > Susan> I am trying to start the snmp agent as a thread under another > Susan> application.

Re: Snmp Agent as a thread

2004-07-27 Thread Wes Hardaker
>>>>> On Wed, 21 Jul 2004 13:53:57 -0400, "Reitberger, Susan" <[EMAIL PROTECTED]> said: Susan> I am trying to start the snmp agent as a thread under another Susan> application. Has anyone done this before? What function do I Susan> tell the thread to ru

Snmp Agent as a thread

2004-07-21 Thread Reitberger, Susan
Title: Snmp Agent as a thread I am trying to start the snmp agent as a thread under another application. Has anyone done this before? What function do I tell the thread to run? Also, I have been using dlmod to add my own mib module into the agent, will this still work when I start the agent