On Wed, 2010-05-12 at 00:17 +1200, Donal McMullan wrote:

> I don't really grok the TAC thing yet, or why there's a different
> method for spawning servers within an Application. Is my listenTCP
> approach bad practice for some reason that's not apparent to me?

Services are things that can be started and stopped, that's all.
Typically you'd write your own custom logic here, but Twisted also
provides wrappers around listenTCP and friends to make them look like
Services. You don't have to use them if you don't want to.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to