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

搜索资源列表

  1. 7_processserver

    0下载:
  2. unix环境下的多进程并发服务器源程序。-unix environment with multi-process server source.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:何少佳
  1. multiserver_thread_pool

    0下载:
  2. 采用线程池技术的并发服务器,支持一个服务器与多个客户对讲功能。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16750
    • 提供者:王亚昌
  1. TCP实现客户服务器聊天程序

    1下载:
  2.   操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
  3. 所属分类:网络编程

    • 发布日期:2008-11-21
    • 文件大小:55808
    • 提供者:lenjear
  1. 网络客户端服务器实现

    0下载:
  2. 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-11-06
    • 文件大小:105268
    • 提供者:xiaogezi
  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
    • 文件大小:11374
    • 提供者:oyj
  1. tcpserver_select

    0下载:
  2. 利用select I/O复用模型实现TCP并发服务器-TCP-SERVER
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1328
    • 提供者:jannzeng
  1. high performance server

    1下载:
  2. 别人收集的关于高性能高并发服务器架构的设计文档-Others collected on the high-performance high-concurrency server architecture design document
  3. 所属分类:软件工程

    • 发布日期:2013-01-31
    • 文件大小:1941555
    • 提供者:胡非
  1. TCPconcurrentServer

    0下载:
  2. 基于TCP通信的并发服务器的源代码 适合并发的服务器使用-Communication based on TCP concurrent server source code server for concurrent use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:4823
    • 提供者:李山
  1. FTP-Server-Code

    0下载:
  2. FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计-FTP Server Code
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-27
    • 文件大小:110330
    • 提供者:humingmao
  1. server_thread

    0下载:
  2. 用Unix下的socket实现的并发服务器,采用多线程实现的并发功能。-Under Unix with the realization of concurrent socket server, used to achieve concurrent multi-threaded functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1481
    • 提供者:fanyong
  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
    • 文件大小:555145
    • 提供者:刘晖
  1. Ftp55Server

    0下载:
  2. FTP服务器源代码,用VC写的,通过分析它的源代码,可以掌握C网络编程以及高并发服务器的设计 -FTP server source code, written with the VC, and by analyzing its source code, you can master the C network programming, and high concurrent server design
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:64509
    • 提供者:mofengkun
  1. HighPerformanceAndHighConcurrencyServerArchitectur

    0下载:
  2. 由于自己正在做一个高性能大用户量的论坛程序,对高性能高并发服务器架构比较感兴趣,于是在网上收集了不少这方面的资料和大家分享。希望能和大家交流-Because my own are doing a high volume of large users forum procedures, high performance and high concurrency server architecture more interested in, so the Internet to collect a
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:2064876
    • 提供者:Ken
  1. Linux_server

    0下载:
  2. 这里包含了几个Linux服务器设计的文档。内容还很有含金量的。 目录:Linux环境并发服务器设计技术研究.pdf 基于并发服务器的网络通信的设计和实现.pdf 基于进程池的Linux并发服务器的研究.pdf 基于通信接口封装机制的网络并发服务器设计.pdf 基于主动队列管理的Linux并发服务器模型及负载均衡算法的研究.pdf-This contains a number of Linux server design document. It is very gold co
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:1000960
    • 提供者:蛤蟆仙人
  1. fwq

    0下载:
  2. 高性能高并发服务器架构 --高性能高并发服务器架构.pdf-High-performance high concurrency server framework- high-performance high concurrency server architecture. Pdf
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3990961
    • 提供者:coco
  1. CSharp并发编程经典实例

    0下载:
  2. 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:9169920
    • 提供者:hlhgod
  1. 多进程并发_ser

    0下载:
  2. 这是基于linux下的并发服务器的简单代码,适合初学者参考(This is based on Linux concurrent server simple code, suitable for beginners reference)
  3. 所属分类:进程与线程

  1. 并发服务器 (完美版)

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

    • 发布日期:2017-12-31
    • 文件大小:1086464
    • 提供者:红色风叶
  1. RT-Thread下TCP并发服务器模型-多线程TCP服务器

    1下载:
  2. stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:10908672
    • 提供者:xiao_wh
  1. Linux多进程并发服务器

    0下载:
  2. 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Theft
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com