From: "unni.tallman" Date: 2006-10-20T20:15:11+09:00 Subject: Ruby Sockets Vulnerable? I have a TCPServer listening on a port. I forked a 500 odd TCP Clients and tried to connect to this TCPServer. Around 300 clients got connected, others gave the error : Connection timed out - connect(2) (Errno::ETIMEDOUT) I wasn't able to connect anymore clients to that server. Does this mean that ruby TCPServer can serve only a limited number of clients?