CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 并发服务器

搜索资源列表

  1. multiTcpServer

    0下载:
  2. linux下的模拟网络并发服务器工作,完成功能为客户端提供ip及端口地址,发送会话到服务器,服务器回显
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1899
    • 提供者:sisi
  1. bingfafuwuqi

    0下载:
  2. linux并发服务器设计,实现文件传送,客户端发送文件名,服务器传回文件并在客户端输出
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3348
    • 提供者:andygo
  1. 200412291557285331

    0下载:
  2. 并发服务器的socket通讯-with the socket communication server
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5430
    • 提供者:何晓静
  1. socket

    0下载:
  2. 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12154
    • 提供者:董立峰
  1. server

    0下载:
  2. 用vc++编写的一个小的多线程并发服务器的客户端
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:81715
    • 提供者:于佳
  1. client

    1下载:
  2. 用vc++编写的一个多线程并发服务器的客户端
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60039
    • 提供者:于佳
  1. PRG6_6

    0下载:
  2. 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and multi-threaded server with simil
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:bby
  1. PRG6_1

    0下载:
  2. 线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Descr iption of the procedures for the security thread. The examples of the functions and multi-threaded server with simil
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:bby
  1. PRG6_3

    0下载:
  2. 多进程并发服务器。该程序等候客户连接,一旦连接则显示客户的地址,接着接收该客户的名字并显示。然后接收来自该客户的信息(字符串)。每当收到一个字符串,则显示该字符串,并将字符串反转,再将反转的字符发回客户。之后,继续等待接收该客户的信息直至该客户关闭连接。服务器具有同时处理多客户的能力。-more complicated process server. The procedure for connecting customers, once the connection is shown to t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:bby
  1. Web 服务器

    0下载:
  2. 静态页面的Web服务器,支持多线程并发访问,支持远程管理,支持虚拟目录。对网络编程新手很有帮助。
  3. 所属分类:网络编程

    • 发布日期:2010-10-06
    • 文件大小:335780
    • 提供者:kellyxiepei
  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. 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
    • 文件大小:6587
    • 提供者:jinglongkang
  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. MutilService

    0下载:
  2. 实现多协议多服务的并发服务器,客户端可以并发访问服务器,可以选择不同的功能,可以选择不同连接的协议-Achieve concurrent multi-protocol, multi-service server, the client can concurrently access the server, you can choose different function, you can choose different connection protocols
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:6402979
    • 提供者:lifangxue
  1. Over byte Ics V6 beta

    0下载:
  2. delphi分布式开发的另一种实现,组件封装了很多底层的处理,并且有自己的实现协议,服务器端,采用多线程处理,以满足并发要求,不过遗憾的是,带的demo是基于BDE数据库引擎的。但对高手来说,改成ADO方式并不困难。-distributed development delphi another realization of the underlying components of the package deal with a lot and have their own realization
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-02-09
    • 文件大小:417243
    • 提供者:LWM
  1. iocpserver.src.tar

    0下载:
  2. 基于IOCP的并发服务器实例代码,使用IOCP完成端口实现高度并发能力和吞吐量-Concurrent server based on IOCP example code, the use of IOCP completion of port capacity and throughput of a high degree of concurrency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:115714
    • 提供者:jeff
  1. tcp_romote_mp

    0下载:
  2. Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2322
    • 提供者:吴萤
  1. TCP_server

    0下载:
  2. linux tcp 多进程并发服务器编程-linux tcp multi-process concurrent server programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:4663
    • 提供者:szl
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
  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 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com