文件名称:TCP3.0
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 69kb
- 下载次数:
- 0次
- 提 供 者:
- x**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于多线程Select异步模型的的TCP服务端,客户端网络Socket调试工具
这是我用API封装的,供调试Socket程序用的
有客户端和服务端
两个程序都是基于Select异步模型的,其中服务端还用到了多线程技术,保证了多客户端的连接
都是消息触发和回调的
用多线程就能够保证多客户端的同时连接,要满足更多的客户端连接,要用到线程池模型,有待于更进一步的探讨和研究
QQ:593485230
E-mai:cangzhu@163.com -Multithreaded Select asynchronous model of TCP server, client network Socket debugging tools I use the API package for debugging Socket program with both client and server programs are based on the Select asynchronous model, which The server also uses multi-threading technology, client connections are messages trigger and use multiple threads at the same time will be able to guarantee multi-client callback connections to meet more client connections, thread pool model to be used for , pending further discussion and research QQ: 593 485 230 E-mai: cangzhu@163.com
这是我用API封装的,供调试Socket程序用的
有客户端和服务端
两个程序都是基于Select异步模型的,其中服务端还用到了多线程技术,保证了多客户端的连接
都是消息触发和回调的
用多线程就能够保证多客户端的同时连接,要满足更多的客户端连接,要用到线程池模型,有待于更进一步的探讨和研究
QQ:593485230
E-mai:cangzhu@163.com -Multithreaded Select asynchronous model of TCP server, client network Socket debugging tools I use the API package for debugging Socket program with both client and server programs are based on the Select asynchronous model, which The server also uses multi-threading technology, client connections are messages trigger and use multiple threads at the same time will be able to guarantee multi-client callback connections to meet more client connections, thread pool model to be used for , pending further discussion and research QQ: 593 485 230 E-mai: cangzhu@163.com
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Client3.0\Global.cpp
.........\Global.h
.........\MyClient.cpp
.........\MyClient.h
.........\ReadMe.txt
.........\res\Test.ico
.........\...\Test.rc2
.........\resource.h
.........\StdAfx.cpp
.........\StdAfx.h
.........\TCPClient.cpp
.........\TCPClient.h
.........\Test.cpp
.........\Test.dsp
.........\Test.dsw
.........\Test.h
.........\Test.ncb
.........\Test.opt
.........\Test.plg
.........\Test.rc
.........\TestDlg.cpp
.........\TestDlg.h
Server3.0\Global.cpp
.........\Global.h
.........\MyServer.cpp
.........\MyServer.h
.........\res\Test.ico
.........\...\Test.rc2
.........\resource.h
.........\StdAfx.cpp
.........\StdAfx.h
.........\TCPServer.cpp
.........\TCPServer.h
.........\Test.aps
.........\Test.clw
.........\Test.cpp
.........\Test.dsp
.........\Test.dsw
.........\Test.h
.........\Test.ncb
.........\Test.opt
.........\Test.plg
.........\Test.rc
.........\TestDlg.cpp
.........\TestDlg.h
Client3.0\res
Server3.0\res
Client3.0
Server3.0
继续更新中.txt