<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<div class="Ih2E3d">&gt; Is there a reason why you&#39;re using just one deferred?<br>
</div>What is the advantage of using more?<br></blockquote></div><br>If you use more with a DeferredList you can have [effectively] parallel page fetches.&nbsp; It&#39;s like spawning threads for each page, but twisted doesn&#39;t actually spawn threads for this I don&#39;t think.&nbsp; The net effect is pretty much the same since it will send out all the requests before the replies come in and then handle all of them as they come in.&nbsp; Especially, for a system reading multiple websites, if two or more are down in a DeferredList your system will overlap the timeout periods rather than waiting them out sequentially.<br>
<br>-Andy<br><br>-- <br>Blog: &nbsp;<a href="http://channel3b.wordpress.com">http://channel3b.wordpress.com</a><br>Second Life Name: &nbsp;Ciemaar Flintoff<br><br>How could you possibly think typing &#39;import skynet&#39; was a good idea?<br>
<a href="http://xkcd.com/521/">http://xkcd.com/521/</a><br>