CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - tcp concurrent server

搜索资源列表

  1. TCandUDP

    0下载:
  2. Linux下基于TCP和UDP的网络编程的实例,TCP中包含一个循环服务器和并发服务器。-Linux-based network programming TCP and UDP instances, TCP server and contains a loop concurrent server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:6.43kb
    • 提供者:jinglongkang
  1. tcp-udp-instance

    0下载:
  2. 这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:11.11kb
    • 提供者:oyj
  1. 322

    0下载:
  2. tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:542.13kb
    • 提供者:刘晖
  1. tcp

    0下载:
  2. linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2.23kb
    • 提供者:张三
  1. tcp_server_fork

    0下载:
  2. 此代码为UNIX环境中,TCP通讯的的简易并发式服务器端源代码。-The code for UNIX environments, TCP communication simple concurrent server-side source code.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:刘梦洲
  1. tcpclient

    0下载:
  2. it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4.17kb
    • 提供者:sandeep
  1. multithread_tcp_server

    0下载:
  2. 基于TCP的多线程并发服务器-客户端通信模型!服务器 选项-p 要开放的端口;客户端 选项-i 服务器IP地址-TCP-based multi-threaded concurrent server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:21.52kb
    • 提供者:王海
  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-monitor

    1下载:
  2. 一个完整支持并发的TCP服务端与客户端应用程序,最大客户端支持1000以上-Full support for concurrent TCP server and client applications, the largest client supports more than 1,000
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:613.16kb
    • 提供者:李玉宝
  1. Picture_Transfer

    0下载:
  2. 此代码是基于TCP协议的Soket通信程序,通过测试,程序运行正常,可以传输任何程序,包括 文本文件和其他*.doc *.mp3等各种各样的文件。这是个并发服务器。-This code is based on the TCP protocol Soket communication program, pass the test, the program is running properly, you can transfer any program, including text file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2.15kb
    • 提供者:李文通
  1. tcp

    0下载:
  2. Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:8.17kb
    • 提供者:
  1. udp

    0下载:
  2. Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:7.91kb
    • 提供者:
  1. tcp-select

    0下载:
  2. TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:10.76kb
    • 提供者:常秀清
  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
    • 文件大小:1.42kb
    • 提供者:
  1. 1.tcp-concurrent-select

    0下载:
  2. 此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time
  3. 所属分类:Linux Network

    • 发布日期:2017-12-15
    • 文件大小:8kb
    • 提供者:火柴
  1. socket-server-socket-serve

    0下载:
  2. 这是一个关于各种IO模型的socket server实现与测试。 这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。 client每秒会发送一次请求,server保持并发连接并进行相应。 现已实现的模型: base: 最原始的echo服务器 thread: 多线程模型 select: select模型 poll: poll模型 epoll: epoll模型 参数 修改src/clients.sh 可以生成指定数量的client 修改
  3. 所属分类:网络编程

    • 发布日期:2017-12-21
    • 文件大小:11kb
    • 提供者:JIE2012
  1. TcpTest

    0下载:
  2. 模拟TCP客户端高并发连接,对tcp服务端进行压力测试。(Simulated TCP client high concurrent connection, the TCP server stress test.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-20
    • 文件大小:81kb
    • 提供者:古云
  1. 3_tcp_concurrent_fork

    0下载:
  2. 基于TCP协议的父子进程并发服务器的通讯(Communication of concurrent server between father and son process based on TCP protocol)
  3. 所属分类:网络

    • 发布日期:2018-01-05
    • 文件大小:3kb
    • 提供者:天空云
  1. TCP_socket_select

    0下载:
  2. 此资源是一个基于TCP以及IO多路复用技术select()的一个简易且可靠的多人聊天室。可运行在windows平台,开发软件为VS2013,具体功能实现为多个client可以连接到一个server,具有较强的抗并发能力,并且可以互相发送文本信息,有掉线、发送、接收等完善的提示功能。代码注释较为完善且是英文。(This resource is a simple and reliable multi - person chat room based on TCP and the IO multipl
  3. 所属分类:网络编程

    • 发布日期:2018-04-18
    • 文件大小:1.4mb
    • 提供者:weifeng727
  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
    • 文件大小:1kb
    • 提供者:SAKURA鱼
« 12 »
搜珍网 www.dssz.com