On 06:57 pm, [email protected] 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 _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
