For the benefit of future searchers (and myself), would either of you mind posting a link to specific place in the docs you are talking about?<br><br>Kevin Horn<br><br><br><div class="gmail_quote">On Wed, Jun 18, 2008 at 8:04 AM, kevin beckford &lt;<a href="mailto:kevin@lazyweb.ca">kevin@lazyweb.ca</a>&gt; 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 class="gmail_quote"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
<br>
</div>What kind of work are you queuing? If it&#39;s e.g. fetching a web page, you<br>
can just use do it using Twisted&#39;s scalable asynchronous APIs (maybe<br>
using a DeferredSemaphore if you want to limit number of conccurent<br>
queries.) If it&#39;s a blocking API you&#39;re calling (RDBMS queries are the<br>
typical example) then Twisted has a thread pool, as &nbsp;well as<br>
RDBMS-specific wrapper - see our documentation.</blockquote><div><br></div></div><div>Thanks very much. &nbsp;Found and read. &nbsp;&nbsp;</div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com" target="_blank">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</blockquote></div></div><br><br clear="all"><div><div></div><div class="Wj3C7c"><br>-- <br>Kevin Beckford<br>Technical Lead,<br>Lazyweb Construction Company,<br><a href="http://lazyweb.ca" target="_blank">http://lazyweb.ca</a><br>
<a href="mailto:kevin@lazyweb.ca" target="_blank">kevin@lazyweb.ca</a>
</div></div><br>_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
<br></blockquote></div><br>