-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境: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
-
FTP server, the reference Server U orders using multiple threads, but useless co...
FTP服务器, 参考Server U的命令, 用多线程, 但没用完成端口, 上传下载都有速度控制, 权限控制调用接口-FTP server, the reference Server U orders using multiple threads, but useless completed ports, Upload have download speed control, access control Call Interface
- 2022-01-24 14:18:14下载
- 积分:1
-
02772
API实现FTP上传源码程序,调用API函数实现FTP的连接、断开、上传文件等功能。(API implement FTP upload source program, call the API functions to achieve FTP connection , disconnection , uploading files and other functions .)
- 2016-12-12 12:41:19下载
- 积分:1
-
This project implements microhip ethernet stack for implementing ftp server
This project implements microhip ethernet stack for implementing ftp server
- 2022-03-07 01:06:50下载
- 积分:1
-
FTP文件遍历程序,可以遍历整个服务器的文件,在进行ftp服务器设计的时候,相当方便,可以直接使用...
FTP文件遍历程序,可以遍历整个服务器的文件,在进行ftp服务器设计的时候,相当方便,可以直接使用-FTP file ergodic process, the server can traverse the entire document, conducting ftp server design time, it"s very convenient, and can directly use
- 2022-12-24 06:00:03下载
- 积分:1
-
FTP
Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过
目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;
注意:
a.帐号密码为toldo
b.主目录为c:/temp,在连接之前请先建立(Ftp client and server, the full version of VC++, is a relatively simple ftp program, but the program offers a variety of interfaces, allowing readers to view a variety of complex ftp program, proceedings have been achieved in all program modules, all of the above procedures In VC6.0 debug directory ftp server through a console-based ftp server program, able to achieve most of the FTP server program Note: a. account password toldo b. the main directory is c:/temp, in connection before you build)
- 2010-06-17 20:31:49下载
- 积分:1
-
用vb实现FTP传输
用vb实现FTP传输-using FTP transmission vb
- 2022-11-10 03:50:04下载
- 积分:1
-
naftpapp
说明: 一个基于tftp的演示程序,基于ThreadX的嵌入式操作系统(a demonstration on the tftp process, based on ThreadX RTOS)
- 2006-04-21 23:22:35下载
- 积分:1
-
ftp断点续传,使用户能够轻松的理解各种软件的细节
ftp断点续传,使用户能够轻松的理解各种软件的细节-ftp HTTP that allows users to easily understand the details of a variety of software
- 2022-01-23 11:01:28下载
- 积分:1
-
用vc实现FTP功能的实现程序,FTP的实现…
用vc实现的一个实现ftp功能的程序,实现了ftp的最简单的功能,连接服务器,以及设置共享目录等功能.-vc used to achieve the realization of an ftp function procedures, the ftp achieve the most simple functions, linking servers, and the installation of shared directory.
- 2022-04-06 20:14:37下载
- 积分:1