[Twisted-Python] SNMP support

Itamar Shtull-Trauring twisted at itamarst.org
Mon Dec 23 11:19:53 EST 2002


On Mon, 23 Dec 2002 17:26:58 +0200
Neil Blakey-Milner <nbm at mithrandr.moria.org> wrote:

> I don't know whether this is the best way to organise this sort of
> thing, but it seemed to be about the only way to handle UDP
> effectively.

Never ever ever use udp or tcp modules directly. Always use reactor
APIs, e.e reactor.listenUDP and so on - they are documented in
twiusted.internet.interfaces.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python, Twisted, Zope and Java consulting
***> http://VoteNoWar.org -- vote/donate/volunteer <***




More information about the Twisted-Python mailing list