Max Socket Connection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GH

    #1

    Max Socket Connection

    Hi,

    I think it may not be related to program, anyway, here is my
    question. I have a server program that using asyn. socket to accept TCP
    client socket connection. It works fine for hundreds of connection. However,
    when the number of concurrent client reaches around 3300, the server refuses
    any connection request. But I check with the hardware like memory, it's
    still available for more connection. I don't know what happen.


    Regards,
    Aaron


  • laimis

    #2
    Re: Max Socket Connection

    There was a great article in MSDN about writing high peroformance socket
    apps in .net. Here is the URL:
    http://msdn.microsoft.com/msdnmag/is...s/default.aspx

    It might answer some of your questions and give you suggestions as well.

    Laimis

    Comment

    Working...