[Twisted-Python] help with rector

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Mon Sep 14 15:46:36 EDT 2009


On 06:57 pm, freddy at cbm.uo.edu.cu wrote:
>hello to everybody...
>
>well I need to do something with twisted, and I don't how I can do 
>it...
>
>My application use the twisted's framework, and it is a process 
>manager. My
>problem is when I run a process with twisted I have to do 
>"reactor.run()" and
>my application is one web service which is running, and to run this web
>service I have to do too "reactor.run()"...
>
>how can I run one process with twisted if the reactor is running ???

You only have to call "reactor.run()" once.  Your processes and your web 
server will start.

Jean-Paul



More information about the Twisted-Python mailing list