-
-
[
C#(.net)]
IOCP.rar
IOCP完成端口与高性能服务器程序开发
主程序:
1.监听一个端口
2.等待连接
3.当有连接来时
4.启一个线程对这个客户端进行处理
5.回到2
服务线程:
1.读客户端请求
2.如果客户端不再有请求,执行6
3.处理请求
4.返回操作结果
5.回到1
6.退出线程
Category:
.net Upload User:
scxtyzs Size:
85K
-
[
Visual C++ (VC++)]
AlienFTP.rar
FTP server-side and client-side design and implementation, use CSocket programming, graphical interface, realize the file upload, download, delete, folders, upload download delete, HTTP functions
Category:
Ftp Client Upload User:
honggw Size:
4623K
-
-
-
[
Visual C++ (VC++)]
ftp.rar
Ftp a simple example, including a server-side and client, has a detailed source code and instructions will be helpful for beginners
Category:
Ftp Client Upload User:
tianjian Size:
2446K
-
-
-
-
-