On 8/31/07, <b class="gmail_sendername">Beau Hargis</b> &lt;<a href="mailto:beau@subobscur.us">beau@subobscur.us</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have an application which connects to a machine which has 50-60 ports open on it to receive data (each for a different region). It acts like a switch. Problem is that when I make all those connection requests at the same time the server falls over trying to handle all the connections requests from my application. I cannot control or change the behaviour of the server I am connecting to, however, I am also unable to find a way to easily to add a delay between connection requests in twisted (without blocking the reactor), so that only 2 or 3 start up at a time.
<br><br>Is there an elegant and clean way to do such a thing? Twisted has worked beautifully for everything else, but I can&#39;t replace this one server for a while until I can duplicate the rest of its functionality, so I am dependant on it providing the data.
</blockquote><div><br>The way to delay (that is, schedule) function calls until a later point in time is reactor.callLater(seconds, callable, *args, **kwargs).<br><br></div></div>-- <br>Christopher Armstrong<br>International Man of Twistery
<br><a href="http://radix.twistedmatrix.com/">http://radix.twistedmatrix.com/</a><br><a href="http://twistedmatrix.com/">http://twistedmatrix.com/</a><br><a href="http://canonical.com/">http://canonical.com/</a><br>