On Sun, Feb 21, 2010 at 1:43 PM, Darren Govoni <span dir="ltr">&lt;<a href="mailto:darren@ontrenet.com">darren@ontrenet.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



  
  

<div>
Hi,<br>
  I looked at the source for the threads module and wondered if the current Twisted supports Python&#39;s (2.6) multiprocessing threading?<br>
If not, is there a stable package somewhere that patches Twisted to support this? I saw one from last summer but not sure if its stable.<br>
<br></div></blockquote><div><br></div><div>Hi Darren,</div><div>I don&#39;t think there&#39;s any explicit support for multiprocessing, although I have seen some people using multiprocessing to run twisted in multiple processes.  This doesn&#39;t answer your question, but you might be interested in ampoule as this provides a nice process protocol implemented on twisted or specifically twisted.protocols.amp:</div>
<div><br></div><div><a href="https://launchpad.net/ampoule">https://launchpad.net/ampoule</a></div><div><br></div></div>-Drew
<div><br></div>