Building Multi threaded TCP/IP Server

前端 未结 7 2017
我在风中等你
我在风中等你 2021-02-08 03:42

I wanna build a TCP/IP server that will be used by up to 100 concurrent clients, but still not sure how to get started.

at least I need the server to this:

7条回答
  •  南笙
    南笙 (楼主)
    2021-02-08 04:17

    And another Delphi library option would be synapse which provides a simple framework that can easily be extended. There is an IOCPPool demo available in the contributed files which may be of assistance.

    Synapse is more of a framework of classes than a component library. There is a vibrant and active user community that is ready to support any challenges. I use this library in Delphi 2010 without any problems (although I use the latest development version from SVN).

    Being as they are not components, it is very easy to use the classes in simple console applications or windows services.

提交回复
热议问题