Re: Threading and Net-SNMP

2005-08-12 Thread Robert Story
On Thu, 11 Aug 2005 16:47:35 -0400 [EMAIL PROTECTED] wrote: CRC> I'm still having trouble finding my illegal instruction error and I've CRC> gotten to thinking about threads. I have a multi-threaded program that CRC> sends traps from one thread and acts as a sub-agent in another thread. CRC> Trap

Re: Threading and Net-SNMP

2005-08-12 Thread Vili Germic
be careful. Is this a Red-Hat 9 system? Cheers, Garyc - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 11, 2005 3:47 PM Subject: Threading and Net-SNMP I'm still having trouble finding my illegal instruction error and I've gotten to thinking

Re: Threading and Net-SNMP

2005-08-12 Thread Gary Clark
what I was told is that Net-SNMP is not thread safe. So be careful. Is this a Red-Hat 9 system? Cheers, Garyc - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, August 11, 2005 3:47 PM Subject: Threading and Net-SNMP > I'm still having trouble find

Threading and Net-SNMP

2005-08-11 Thread cnelson
I'm still having trouble finding my illegal instruction error and I've gotten to thinking about threads. I have a multi-threaded program that sends traps from one thread and acts as a sub-agent in another thread. Traps are asychronous and don't require any kind of session or state so this is all