pysnmp has been designed to be MT-safe. Although, I've never used it in
a MT app, so there may be a bug showing up when you do threading...
At its simplest, I'd advise snooping on the wire to make sure you are
querying different devices at the same time and also to see where the
[I assume] bottlen
> I looked at pyasn1. Unfortunately, it is not useful and provides a C
> interface. Thanks, anyhow.
pyasn1 is a pure-python implementation. C interface is not supported.
> I figure that I will have to write my own, but am unsure of the best
> approach. Nested lists and distionaries might be usefu
Jeremy Sanders <[EMAIL PROTECTED]> wrote:
> On Thu, 09 Dec 2004 15:34:14 +0200, Petri Laakso wrote:
[skipped]
> The old versions of PySNMP (version 2.XX), seem to be a lot simpler to
> use than later ones, so I might do that. That's if I can work out how to
Recent versions tend to be more comple