PySNMP Thread unsafe?

Chris Lambacher chris at kateandchris.net
Mon Jul 24 11:16:57 EDT 2006


On Mon, Jul 24, 2006 at 02:21:10AM -0700, rob.audenaerde at gmail.com wrote:
> I'm trying to monitor about 250 devices with SNMP, using PySNMP version
> 4. I use the threading.Thread to create a threadpool of 10 threads, so
> devices not responding won't slow down the monitoring process too much.
> 
> 
> Here comes my problem. When using PySNMP single threaded, every this
> goes well; but if I create 10 threads, it all goes awry... It seems
> PySNMP is not thread safe? Can anyone elaborate on this?
What does 'goes awry' mean?  Your statement is too vague to be able to help
you figure out your problem.
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list