Hi,<br><br>I am new to twisted and have been having trouble finding out information about twisted&#39;s performance. I have a fairly simple setup where I need to open a bunch of TCP connections that last for varying amounts of time but dont do much. I have tried using threads(got GILed to death) and Processes(even worse). Now I am looking at either making a system to start the connection and send info to have the remote point &quot;phone home&quot; when its done, then closing the connection or using something like Twisted. <br>
<br>my socket conversation:<br>my app -&gt; send a message that triggers an action on the other end<br>other end -&gt; recv&#39;s message does action(can take any amount of time)<br>other end - &gt; sends results back to my app<br>
<br>Can twisted handle up to several hundred connections like this? Is there a better approach? Is there anything I should avoid?<br><br>Thanks,<br><br>Dan<br>