Hi there, sorry to bother you. Currently trying to write a multithreaded application using net-snmp. Each thread basically takes queries from a queue and executes them. However, I found myself having to put a mutex around snmp_synch_response() as it mustn't like simultaneous access. Now, I've only just read that Net-SNMP isn't strictly thread safe. Is there any way around this at all? Is sending a request and waiting for a response strictly just a single thread operation? For example, if I get a timeout on one request, I don't want the application to hang, I want it to continue sending other requests at the same time. Is this just a no no?
Thanks, T
------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
