Networking Forums

Networking Forums > Computer Networking > Windows Networking > Windows 2003 Enterprise - Maximum incoming TCP/IP connections per second??

Reply
Thread Tools Display Modes

Windows 2003 Enterprise - Maximum incoming TCP/IP connections per second??

 
 
Bill
Guest
Posts: n/a

 
      01-28-2009, 12:10 AM
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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Svr 2003 stopped accepting incoming RDP & FTP connections after SP Tiran Irani Windows Networking 3 07-15-2008 10:28 PM
Installing windows 2003 Standard over 2003 Enterprise Glenn Windows Networking 0 09-22-2006 12:29 AM
Windows 2003 Standard DC on 2003 Enterprise AD Domain? Rubin Farr Windows Networking 2 09-28-2005 05:53 PM
Maximum IP Addresses on a Windows 2003 Server Sabo, Eric Windows Networking 8 08-09-2004 01:52 AM
Windows 2003 vs. Enterprise Joe Windows Networking 7 08-06-2004 04:38 AM



1 2 3 4 5 6 7 8 9 10 11