TTCPServer limited to 10 connections?

Posted by Stijn Sanders on Stack Overflow See other posts from Stack Overflow or by Stijn Sanders
Published on 2010-06-07T07:25:50Z Indexed on 2010/06/07 7:32 UTC
Read the original article Hit count: 329

Filed under:
|
|

I've created a TCP server NT-Service in Delphi 6, I've tried Indy components, Ararat Synapse components, and am now trying just plain old TTcpServer to see which would perform best while using the least resources.

I'm surprised to see that the live instance of the service (running on Windows Server) is still limited to 10 connections! Any new connections are forcibly disconnected.

Have I missed something? Do I need to set a property or override a method of TCustomTcpServer?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about tcp