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

搜索资源列表

  1. epoll多线程

    2下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Thre
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-10-12
    • 文件大小:300757
    • 提供者:77501578@qq.com
  1. 高性能线程池

    1下载:
  2. 一个非常好用的线程池,
  3. 所属分类:Internet/网络编程

    • 发布日期:2010-12-04
    • 文件大小:6403
    • 提供者:dyfifan
  1. 线程池技术

    0下载:
  2. 线程池技术
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-03-26
    • 文件大小:4074657
    • 提供者:llxx118
  1. ACEThreadPool.rar

    0下载:
  2. ace实现的线程池实,对学习ace的应该有点帮助。。。。。。。。,ace realize the thread pool is to learn a little help should be ace. . . . . . . .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:18566
    • 提供者:李广柱
  1. ThreadSocket.rar

    0下载:
  2. 利用线程池实现的多线程网络通信框架,使用简单,性能优良,The use of pure pool of multi-threaded implementation of network communication framework
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:301387
    • 提供者:sunstudio
  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. spider_demo.rar

    0下载:
  2. C#多线程网络爬虫,使用线程池来控制线程,效率不错。,C# multi-threaded network reptiles, use the thread pool to control the thread, good efficiency.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:87341
    • 提供者:bloodxia
  1. IOCPNet

    0下载:
  2. 一个采用完成端口开发的服务器,采用线程池,预定义池大小,可以高效的处理客户端连接- 一个采用完成端口开发的服务器,采用线程池,预定义池大小,可以高效的处理客户端连接
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1248489
    • 提供者:rongxian
  1. threadpool.src.tar

    0下载:
  2. 跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:5587
    • 提供者:龙田
  1. SocketServer

    0下载:
  2. 利用线程池来进行多线程的客户端/服务器的Socket编程 编译出来的SocketServer.exe为服务器端,客户端的话,只需在当前文件夹的dos窗口中运行运行 SocketServer.exe /client即可-Full Multi-thread Client/Server Socket Class with ThreadPool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:262542
    • 提供者:金磊
  1. 4GClientAutoUpdataServer

    0下载:
  2. 传奇4G的客户端更新服务器功能很强大,是学习Tcp/IP的好例子,里面有TCP/IP线程池的基础模型。-Legend 4G client update server functionality is very powerful, is to learn Tcp/IP a good example, which have TCP/IP base model of the thread pool.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:515520
    • 提供者:Chatop
  1. drm_server1.1

    0下载:
  2. 基于linux libevent的消息中间件服务程序 包含内存池、线程池等 支持5万以上的用户连接-Linux libevent-based message middleware service program contains the memory pool, thread pool and other support to more than 50,000 user connections
  3. 所属分类:Linux Network

    • 发布日期:2017-05-26
    • 文件大小:9684113
    • 提供者:jc
  1. threadpool

    0下载:
  2. linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:3235
    • 提供者:lkjx
  1. MultiThreadServer

    0下载:
  2. 使用TCP/IP协议写的一个服务器端应用程序,使用线程池技术,实施对端口进行监听。-Using the TCP/IP protocol write a server-side application, using the thread pool technology to monitor the implementation of the port.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:74304
    • 提供者:谈国强
  1. thread

    0下载:
  2. 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task queue task for processing. Th
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2099
    • 提供者:nel
  1. memcached-1.2.1-iocp

    0下载:
  2. 超酷的线程池代码,非常值得学习;超酷的线程池代码,非常值得学习;-Cool thread pool code, is worth learning from
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:103804
    • 提供者:ligs
  1. GSocket0.85_IOCP_Socket_Server

    0下载:
  2. 一个非常完整的iocp做的服务器,使用线程池,内存池实现。-A very complete iocp do server, using a thread pool, the memory pool implementation.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:989418
    • 提供者:胡坤桢
  1. Core

    0下载:
  2. 模式化UDP,详细请看明细,包含连接,线程池-Model-based UDP, fee details, including connections, thread pool
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-04
    • 文件大小:1340136
    • 提供者:locet
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. 鱼刺线程池 拨号

    0下载:
  2. 易语言 线程池 拨号用。主要是用来测试代理(The easy language thread pool dialing is mainly used to test the agent)
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:193536
    • 提供者:lanziv
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com