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

搜索资源列表

  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. multiprocess_tcp_server

    0下载:
  2. 基于TCP链接的多进程并发服务器,实现了服务器与客服端的即时通信-Links to more based on TCP of concurrent process server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:19346
    • 提供者:lilin
  1. cache_server

    0下载:
  2. Cache Server网络内存数据库是将所有数据加载到物理内存,不需要访问磁盘 就直接访问数据,从而获得极高的存取速度和极强的并发访问能力的数据库管理系统,在设计风格上兼容主流数据库(MS SQL SERVER、SYBASE)的特点,客户端通过TCP网络的方式来访问Cache Server,目前不支持嵌入式。 -Memory Database Cache Server network is all data loaded into physical memory, without ac
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1217836
    • 提供者:刘孟
  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
    • 文件大小:1824
    • 提供者:刘梦洲
  1. multithread_tcp_server

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

    • 发布日期:2017-04-08
    • 文件大小:22035
    • 提供者:王海
  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
    • 文件大小:2944
    • 提供者:Mica
  1. TCP-monitor

    0下载:
  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
    • 文件大小:627876
    • 提供者:李玉宝
  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
    • 文件大小:2198
    • 提供者:李文通
  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
    • 文件大小:8102
    • 提供者:
  1. socket

    0下载:
  2. Linux下socket编程示例,包括TCP/UDP编程,循环服务器、并发服务器等-Linux socket programming examples, including TCP/UDP programming cycle servers, concurrent server, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:127722
    • 提供者:甘攀
  1. UNIX-programming-information

    0下载:
  2. UNIX编程资料,TCP程序设计,UDP程序设计,并发服务器设计,创建线程,线程等待,线程退出保护设计,消息队列,日志记录模块-UNIX programming information, TCP programming, UDP programming, concurrent server design, create a thread, the thread waits for the thread to exit protection design, message queues, logg
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:697238
    • 提供者:胡云龙
  1. TcpTest

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

    • 发布日期:2017-12-20
    • 文件大小:82944
    • 提供者:古云
  1. 并发服务器 (完美版)

    2下载:
  2. 基于stm32并发服务器源码,可以与多个TCP客户端通信(STM32 concurrent server based on source code, can communicate with multiple TCP clients)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:1086464
    • 提供者:红色风叶
  1. TJSYXY.Communication

    0下载:
  2. 一款高并发的TCP服务器,内部不带有心跳,并包含客户端演示(A highly concurrent TCP server with no heartbeat inside and contains client demos)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:278528
    • 提供者:烨烨
  1. C# Socket 分包传送数据

    0下载:
  2. 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:烨烨
  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
    • 文件大小:3072
    • 提供者:天空云
  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
    • 文件大小:1466368
    • 提供者: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
    • 文件大小:1024
    • 提供者:SAKURA鱼
« 1 23 »
搜珍网 www.dssz.com