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
    • 文件大小:26010
    • 提供者:tiger
  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
    • 文件大小:4553987
    • 提供者: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
    • 文件大小:3696
    • 提供者:陈力
  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
    • 文件大小:59325
    • 提供者:huleimin
  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
    • 文件大小:13929
    • 提供者: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

  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
    • 文件大小:752
    • 提供者:gaoshangyi
  1. TCP

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

    • 发布日期:2017-03-29
    • 文件大小:1576
    • 提供者:
  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-30
    • 文件大小:2944
    • 提供者:Mica
  1. serverDB

    0下载:
  2. 一个多线程并发服务器程序,服务端启动后,监听客户端连接,接受客户端消息,并操作数据库。-A multi-threaded concurrent server program, the server starts listening for client connections, the client accepts the message, and operation of the database.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:8091761
    • 提供者:cc
  1. TCPPerformanceTest

    0下载:
  2. 压力测试工具,可以方便的测试TCP服务器的性能,如并发数等-stress test tool ,is best for TCPServer Performance
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:88446
    • 提供者:liuwx
  1. tcp

    0下载:
  2. 实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1456
    • 提供者:
  1. 文件传输

    0下载:
  2. 从客户端到服务器进行文件传输,其中服务器实现并发处理的功能,可以解决重名的情况(File transfer to the server from the client, the server can realize the concurrent processing function, and solve the same name's situation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:SAKURA鱼
搜珍网 www.dssz.com