CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 并发

搜索资源列表

  1. ProactorServer

    0下载:
  2. 高性能网络服务器程序,支持上万并发TCP连接,资源占用少-high-performance network server, support for 10,000 concurrent TCP connections, less resource
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:25.4kb
    • 提供者:tiger
  1. TCP_IOCP

    0下载:
  2. 高性能并发TCP网络服务IOCP框架修正VC2008版本!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:16.42kb
    • 提供者:Night_Cat
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4.34mb
    • 提供者:xuzhisheng
  1. code.rar

    0下载:
  2. 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:3.61kb
    • 提供者:陈力
  1. IOCP(Socket)

    0下载:
  2. Windows系统下的socket模型有多种,其中完成例程的效率也是相当高的,IOCP主要针对数据吞吐量和连接并发量而设计,本示例提供完整的IOCP源码示例,希望对大家对IOCP的深入理解有帮助-IOCP for socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1.06mb
    • 提供者:李卫军
  1. 基于TCP-IP协议的网络编程练习

    1下载:
  2. 基于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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-09-26
    • 文件大小:57.93kb
    • 提供者:huleimin
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:380.48kb
    • 提供者:张本梁
  1. prg10_1

    0下载:
  2. 聊天室实例。其分为服务器和客户两部分。客户首先与服务器建立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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13.6kb
    • 提供者:zjm
  1. UDPICOP

    0下载:
  2. 一套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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:218.45kb
    • 提供者:咹靜ゞ`兲倥
  1. tp-client-final

    0下载:
  2. 使用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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3.63mb
    • 提供者:xuzhisheng
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:64.76kb
    • 提供者:zym
  1. UDP

    0下载:
  2. 一个UDP连接程序,可以实现服务端与客户端的并发通信-A UDP connection program, the server can be achieved concurrent communication with the client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1.34kb
    • 提供者:Gavin
  1. kehuduanfuwuqi

    0下载:
  2. 服务端 客户端 用来实现TCP/IP的通信 利用select函数实现并发选择-Used to implement client server TCP/IP communications to achieve concurrent use of select function select
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2.22kb
    • 提供者:Sucore
  1. winsock2

    0下载:
  2. TCP/IP SOCKET 多线程 简单实现并发接收客户端数据-TCP/IP SOCKET simple implementation of concurrent multi-threaded to receive the client data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:3.14mb
    • 提供者:莉莉
  1. biaozhunhCSfuwuqi

    0下载:
  2. 标准的互联网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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:752byte
    • 提供者:gaoshangyi
  1. styleman_iocp

    0下载:
  2. 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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:360.47kb
    • 提供者:asdffd
  1. TCP

    0下载:
  2. 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1.54kb
    • 提供者:
  1. netfrm

    0下载:
  2. 跨平台的高并发TCP网络服务框架,可以在windows,linux等平台运行-Concurrent TCP cross-platform network services framework
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-26
    • 文件大小:8.58mb
    • 提供者:wang
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2.88kb
    • 提供者:Mica
  1. 高并发量的TCP、UDP框架通信beetle.express

    3下载:
  2. 已经成功应用于多个高并发量的TCP、UDP框架通信接口,(Highly concurrent TCP and UDP framework Communications)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-20
    • 文件大小:305kb
    • 提供者:wang3397
« 12 »
搜珍网 www.dssz.com