-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使...
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使用协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
- 2022-03-14 09:19:54下载
- 积分:1
-
main(注释)
说明: ftp 上传文件,下载文件,添加注释版,控制下载速率(ftp, put file ,download file , control the rate)
- 2019-06-16 16:23:55下载
- 积分:1
-
starting ftp server supporting technology
starting ftp server supporting technology
- 2022-03-23 04:58:23下载
- 积分:1
-
With this package you can monitor and filter incoming requests for the
SYSTAT,...
With this package you can monitor and filter incoming requests for the
SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP, TALK, and other
network services.
- 2022-02-12 17:43:58下载
- 积分:1
-
Support for the HTTP ftp, do not use ftp provided mfc class, convenient and flex...
支持断点续传的ftp,没有用到mfc提供的ftp类,方便灵活-Support for the HTTP ftp, do not use ftp provided mfc class, convenient and flexible
- 2023-02-26 16:10:03下载
- 积分:1
-
网络FTP编程分析,通过此书可以在一定程度上作到入门.并了解FTP协议...
网络FTP编程分析,通过此书可以在一定程度上作到入门.并了解FTP协议-FTP programming network analysis, through this book can be done to some extent entry. And understand the FTP protocol
- 2022-10-27 00:45:04下载
- 积分:1
-
ftp源程序,实现ftp功能
ftp源程序,实现ftp功能-ftp source to achieve ftp function Medan
- 2022-07-28 07:24:16下载
- 积分:1
-
Ftp file upload of com components, and provides a DLL of the SDK documentation
文件上传ftp的com组件,并提供了DLL的SDK文档说明-Ftp file upload of com components, and provides a DLL of the SDK documentation
- 2022-02-05 22:09:44下载
- 积分:1
-
delphi编写的获取网卡号的程序及源码
delphi编写的获取网卡号的程序及源码-access card prepared by the procedure and its source
- 2022-05-26 12:10:37下载
- 积分:1
-
一个多线程和单线程ftp客户端程序
一个多线程和单线程ftp客户端程序-A multi-threaded and single-threaded ftp client program
- 2022-02-04 02:32:43下载
- 积分:1