[Twisted-Python] Dynamic listening to UDP ports?
Jp Calderone
exarkun at divmod.com
Wed Apr 27 06:13:33 MDT 2005
On Wed, 27 Apr 2005 10:14:10 +0200, Eugene Coetzee <projects at reedflute.com> wrote:
>
> [snip]
>
>Alternatively - I suspect one could also simply inherit from
>service.Application and code your "application layer" stuff in there.
>
You can't subclass t.a.service.Application (since it's a function :). Subclassing t.a.service.Service is often a good idea, though.
Jp
More information about the Twisted-Python
mailing list