Apparently you can create services that are run with Twisted’s twistd in two different ways. On the one hand you can create services using the Twisted Application Infrastructure and in the other you can create a service using the Twisted Plugin System. It seems like besides some differences in how you start the the app on the command line, and the means by which you write the actual service, they are two ways to accomplish the same thing?
Apparently you can create services that are run with Twisted’s twistd in two different
Share
Looks like I found the answer:
http://twistedmatrix.com/pipermail/twisted-python/2009-September/020346.html