>>>>> On Wed, 22 Dec 2010 09:54:13 +0600, Mishustin Kirill 
>>>>> <mishus...@eltex.nsk.ru> said:

>> The issue you describe is most likely completely independent of Net-SNMP.

MK> It looks like it's dependent. Code, that was working perfectly with
MK> Net-SNMP 5.4.2.1, after being transfered to 5.5(without a single change)
MK> started to have problems with threads, same as Kishore described.
MK> Threads just stop.

Well, you're trying to mix threading into an application stack
(Net-SNMP) that is *not* thread safe.  When you do this a simple version
change could very well produce entirely different behavior just because
of timing delays in code execution as new things are added (or removed)
from the calling sequences.

So though it may *look* dependent on the version number, that doesn't
mean it's the codes fault.

Well...  it *is* the codes fault since *no* version of Net-SNMP is safe
to use with threads on the agent side of things.
-- 
Wes Hardaker
Cobham Analytic Solutions

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to