文件名称:WinSock2
介绍说明--下载内容均来自于网络,请自行研究使用
一直很烦恼delphi附带的socket控件都不能满足我的设计逻辑需要,无奈只好自己动手封装了API,并且得到实践的证明(至少有两个服务器能稳定运行至今),本socket组件的多线程机制是安全的稳定的。
在服务器端,创建线程池,对于每个客户连接对应一个独立的线程类,可以在线程内处理客户数据,并可以线程间采用同步机制交换数据,为通讯服务器的建立提供了技术实现的基础。
U版本的经过了缺陷优化,虽然仅是经过了测试也还没有得到实践运行,但从以往成熟的结构演变而来的,问题应该不大!(Has been troubled delphi with the socket control can not meet my design logic needs, but had no choice but to package the API, and get the proof of practice (at least two servers can run stably so far), the multi-threading mechanism of this socket component is Safe and stable.)
在服务器端,创建线程池,对于每个客户连接对应一个独立的线程类,可以在线程内处理客户数据,并可以线程间采用同步机制交换数据,为通讯服务器的建立提供了技术实现的基础。
U版本的经过了缺陷优化,虽然仅是经过了测试也还没有得到实践运行,但从以往成熟的结构演变而来的,问题应该不大!(Has been troubled delphi with the socket control can not meet my design logic needs, but had no choice but to package the API, and get the proof of practice (at least two servers can run stably so far), the multi-threading mechanism of this socket component is Safe and stable.)
相关搜索: socket线程
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
WinSock2.pas | 77591 | 2018-07-25 |