[Twisted-Python] Problem and clueless what it is....

Jean-Paul Calderone exarkun at divmod.com
Wed Jun 14 16:15:48 EDT 2006


On Wed, 14 Jun 2006 16:01:35 -0400, "Chaz." <eprparadocs at gmail.com> wrote:
>I've written a simple protocol, factory and service and can't seem to
>get it to work right. It is so simple that I can't seem to figure out
>the problem.
>
>Here is the code:

UDP servers don't use factories, since there is no network-level
connection for which to maintain state.  Instead, pass an instance
of DatagramProtocol directly to listenUDP.

Jean-Paul




More information about the Twisted-Python mailing list