搜索资源列表
ProactorServer
- 高性能网络服务器程序,支持上万并发TCP连接,资源占用少-high-performance network server, support for 10,000 concurrent TCP connections, less resource
TCP_IOCP
- 高性能并发TCP网络服务IOCP框架修正VC2008版本!
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
IOCP(Socket)
- Windows系统下的socket模型有多种,其中完成例程的效率也是相当高的,IOCP主要针对数据吞吐量和连接并发量而设计,本示例提供完整的IOCP源码示例,希望对大家对IOCP的深入理解有帮助-IOCP for socket
基于TCP-IP协议的网络编程练习
- 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
x-net
- IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
prg10_1
- 聊天室实例。其分为服务器和客户两部分。客户首先与服务器建立TCP连 接,并发送客户名称给服务器,然后就可以通过服务器发信息给其他已连接的客户,同时通 过服务器接收其他客户的信息。-Examples of chat rooms. Divided into two parts, server and client. First of all, the establishment of client and server TCP connection, and send the custome
UDPICOP
- 一套UDP仿TCP的ICOP进行编程,提高了应用程序的性能与安全性,采用端口并发,一台单个服务器就能允许36800个用户登录-UDP a TCP imitation of ICOP program, improved application performance and security, and concurrent use of ports, a single server can allow users to log 36,800
tp-client-final
- 使用TCP Socket并发传输大、多文件,支持同时传输12路,此文件时client,下载者需要更改在自己盘创建带传输的文件,参加Client的Child源代码-The use of large transfer TCP Socket complicated, multi-file, the file client, need to download the disk to create change in their transmission of the document, the Chil
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
UDP
- 一个UDP连接程序,可以实现服务端与客户端的并发通信-A UDP connection program, the server can be achieved concurrent communication with the client
kehuduanfuwuqi
- 服务端 客户端 用来实现TCP/IP的通信 利用select函数实现并发选择-Used to implement client server TCP/IP communications to achieve concurrent use of select function select
winsock2
- TCP/IP SOCKET 多线程 简单实现并发接收客户端数据-TCP/IP SOCKET simple implementation of concurrent multi-threaded to receive the client data
biaozhunhCSfuwuqi
- 标准的互联网C/S结构的网络服务器 其实就是利用进程的网络编程的知识来实现并发网络服务器 服务端创建子进程为客户端服务-Standard Internet C/S structure of the network server is actually using the process of network programming knowledge to implement concurrent network server to create a child process server
styleman_iocp
- iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the serve
TCP
- 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
netfrm
- 跨平台的高并发TCP网络服务框架,可以在windows,linux等平台运行-Concurrent TCP cross-platform network services framework
TCPChat
- 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
高并发量的TCP、UDP框架通信beetle.express
- 已经成功应用于多个高并发量的TCP、UDP框架通信接口,(Highly concurrent TCP and UDP framework Communications)