Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

We have server app that waits for clients to conect to it with tcp socket. There is no problem with the connection but after number of successfull TCP connection( generaly around 50 connection ), clients are being disconnect from server in an strange way. I think its about Windows or Windows server limitation like providing number of TCP connection per application. And now i have no idea How can i achive this disconnection problem and waiting for suggestions, solutions ?

share|improve this question
Is it the TCP connection that's breaking? What is the application? – David Schwartz Oct 16 '12 at 9:49
It sounds like this may be IIS related, but you haven't provided enough information to help us help you! – Brent Pabst Oct 17 '12 at 21:05
We have write the own server application with actionscript 3 as Flex desktop application . We run this server program on Windows7 , Windows Server 2008 enterprice, and linux( we encounter the same problem with all of them). We have about 400 clients( Android tablets ). Our network have a firewall( sonicwall ) for handling dhcp. The firewall is connected to a layer3 switch . 30 switchs are connected to layer3 switch. After a number of tcp connection, the last connection attemps , causes a client to disconnect from server(generally last connected client).We are not sure what can be the problem? – ctugyildiz Oct 18 '12 at 7:21

closed as not a real question by Brent Pabst, Adrian, Ward, Scott Pack, Iain Oct 19 '12 at 8:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.