[Twisted-Python] newbie question: is twisted right for my app?

Jean-Paul Calderone exarkun at divmod.com
Tue Aug 29 15:34:49 EDT 2006


On Tue, 29 Aug 2006 12:12:48 -0700, Richard Springob <rspringob at vmware.com> wrote:
>I am designing a scheduling system and am wondering if twister is the right
>tool for the job. The typical model is to have a server answering many
>clients. I am looking at the inverse of having a solitary dispatcher (client)
>contact many different hosts (servers) in order to pass them a job.   Looking
>at the examples in the documentation, it looks like the normal procedure is
>to have one persistent connection per reactor. Am I trying to do a bad thing
>with twister?

It is completely normal to have multiple connections per reactor.  In fact, there can be only one reactor in a Twisted process.

Jean-Paul




More information about the Twisted-Python mailing list