<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>i need to connect (tcp) to many servers.</DIV>
<DIV>so i wrote</DIV>
<DIV>&nbsp;</DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2>
<P align=left>def</FONT></FONT><FONT size=2> <B>connectAll</B>(addresses):</DIV>
<P align=left>logger.info(</FONT><I><FONT color=#00aa00 size=2><FONT color=#00aa00 size=2>"connect all"</I></FONT></FONT><FONT size=2>)</DIV>
<P align=left>servers = [svcConnect(address) </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>for</FONT></FONT><FONT size=2> address </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>in</FONT></FONT><FONT size=2> addresses]</DIV>
<P align=left></FONT>
<P align=left><FONT size=2></DIV>defer.DeferredList(servers, consumeErrors=</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>True</FONT></FONT><FONT size=2>).addCallback(handleAllResults, addresses)</DIV>
<P align=left>reactor.run( )</DIV>
<DIV></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2></FONT></FONT><FONT size=2>&nbsp;</DIV></FONT></td></tr></table><br>