|
| |||||||||
| Tags: 2003, connections, enterprise, incoming, maximum, tcpip |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Windows 2003 Enterprise - Maximum incoming TCP/IP connections per second??
Hello all, I am trying to write a high performance TCP/IP gateway between a remote 3rd Party service provider and local application servers. It's running on a Windows 2003 Enterprise server SP2. I'm using C# and the async methods of the System.Net.Sockets.Socket class to listen for incomming connections. The remote 3rd Party client (always the same client) connects , sends about 300 bytes and disconnects. The local server accepts connections, enqueues the 300 bytes in a Microsoft Message Queue and disconnects. Not muct to it. I can process a single message in milliseconds. The core code is running and I am testing the performance now trying to determine how well it will scale. I have a tool that tries to simulates the remote client. I am filling a message queue with 300 byte pakets and firing connection requests as fast as I can pull them out of the queue. It seems that I top out at about 50 connections per second. Rates higher then that produce a connection refused response from the server. I guess I have three questions. Is there a restriction imposed by the OS that limits incoming connections? (Denial of Service Attacks) The connection requests will always be from the same client. What would be a reasonable expectation of the number of connections per second I could achieve using the async methods of the System.Net.Sockets.Socket class? Do you have any other thoughts on what might be limiting the connection rate? Thanks in advance, Bill |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Windows 2003 Enterprise - Maximum incoming TCP/IP connections per second??" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Server 2003 SBS: Error Exceeded Maximum Number of Connections | Tuhina | Windows Server Help | 5 | 13-01-2011 06:45 PM |
| Global maximum number of connections | Kickapoo | Windows Software | 5 | 25-06-2010 11:02 AM |
| Server 2008 stops accepting incoming connections | Rafiq | Networking & Security | 3 | 21-07-2009 10:04 PM |
| Incoming connections depend on the routing and remote access service which was unable to start | Vicious | Networking & Security | 3 | 30-05-2009 09:22 PM |
| Event ID 402 - maximum number of connections error | Tammy | Small Business Server | 4 | 29-10-2008 04:44 PM |