<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d"><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>Thanks very much. &nbsp;Found and read. &nbsp;&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
<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>
</blockquote></div><br><br clear="all"><br>-- <br>Kevin Beckford<br>Technical Lead,<br>Lazyweb Construction Company,<br><a href="http://lazyweb.ca">http://lazyweb.ca</a><br><a href="mailto:kevin@lazyweb.ca">kevin@lazyweb.ca</a>