<br><br><div class="gmail_quote">On Tue, Sep 15, 2009 at 6:47 PM, Freddy Martinez Garcia <span dir="ltr">&lt;<a href="mailto:freddy@cbm.uo.edu.cu">freddy@cbm.uo.edu.cu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="font-family: &#39;FreeMono&#39;; font-size: 11pt; font-weight: 400; font-style: normal;">
I wrote my problem in the last message an I wasn&#39;t clear with that...<br>
<p style="margin: 0px; text-indent: 0px;"><br></p>Ok... I&#39;m going again... !!!<br>
<p style="margin: 0px; text-indent: 0px;"><br></p>I have a web server... this server was implemented with twisted using XMLRPC... when the server start to run, in this moment I did &quot;reactor.run()&quot;...<br>
<p style="margin: 0px; text-indent: 0px;"><br></p>well, my server is listening by 8080 port, and when one command had become, I catch the command, interpret it, and after I need to run another process tu execute the command. To execute another process I have to call &quot;reactor.spawnProcess(...)&quot; with its parameters, and after I have to say again &quot;reactor.run()</div>
</blockquote><div><br>No, as was explained you do not have to call reactor.run() again. <br><br>Twisted use a global event loop (so to speak), you have one and you start it once, and when it is running all defereds will execute.  <br>
</div><div> </div></div>