<div class="gmail_quote">On Thu, Aug 6, 2009 at 2:12 PM, Darren Govoni <span dir="ltr">&lt;<a href="mailto:darren@ontrenet.com">darren@ontrenet.com</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;">
Hi,<br>
  I could see from the docs I read how to increase the allotted threads<br>
in the reactor.<br>
<br>
I use reactor.callInThread(....) and it seems to max out at 10. I read<br>
about ThreadPool class, but need to run mine in the reactor.<br>
</blockquote><div><br>The reactor has a similar API:<br><a href="http://twistedmatrix.com/documents/8.2.0/api/twisted.internet.interfaces.IReactorThreads.html#suggestThreadPoolSize">http://twistedmatrix.com/documents/8.2.0/api/twisted.internet.interfaces.IReactorThreads.html#suggestThreadPoolSize</a><br>
 </div><br></div><br>