If your client applications are all attempting to connect simultaneously, then the most likely explanation is that you are running into the TCP connection backlog limit. This is a limit on the server-side which is deliberately set to a low level on the non-server editions of Windows.
According to Microsoft (here and here), the maximum backlog was 5 in NT4 Workstation and XP. I have not been able to confirm whether this is the same in Vista and Win7.
I do not believe it is possible to increase this limit without a crack. Your best workaround would be to make the client applications wait for a moment after a connection failure and try again.