Trying to do some scalability testing on my first twisted server.<div><br></div><div>When I have hundreds of connections and moments of very high server activity I am seeing that clients are unable to connect.</div><div><br>
</div><div>Here are some numbers: 250 open TCP connections. I see 857 operations in my log during the second where a new client tries to connect. In the client log I see that connectionMade() is called. I am pretty sure I don&#39;t see a corresponding connectionMade() on the server side (could this be right?). </div>
<div><br></div><div>Then, about a second later I get a connectionLost() on the client with &#39;Connection to the other side was lost in a non-clean fashion&#39;.</div><div><br></div><div>Is this to be expected? Should the client just be expected to retry?</div>
<div><br></div><div>Thanks</div>