CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - threadpool

搜索资源列表

  1. threadpool-0_1_8-src

    0下载:
  2. threadpool is a cross-platform C++ thread pool library
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:48046
    • 提供者:李力
  1. threadpool-0.2

    1下载:
  2. 同时支持windows和Linux的线程池代码,代码写的也很规范。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11286
    • 提供者:zoucongjie
  1. ThreadPool

    0下载:
  2. 线程池的实现,有什么大家可以交流下,请多提意见
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:32310
    • 提供者:薛雷
  1. Linux_threadpool.rar

    0下载:
  2. linux 线程池,很实用的线程示例,实现的很健壮,纯源代码,linux threadpool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:808904
    • 提供者:redegao
  1. libthreadpool-src.tar

    0下载:
  2. c threadpool线程池,学习c语言的好东西-c threadpool thread pool, a good thing to learn c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2776
    • 提供者:Seven
  1. threadpool

    0下载:
  2. 这是我自己编写的一个线程池,希望能起到借鉴作用-this is a threadpool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:7445
    • 提供者:cui
  1. threadpool-0_2_5-src

    0下载:
  2. linux 环境下比较好的一个线程池实现源代码 -linux better environment to achieve a thread pool source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:58599
    • 提供者:郭心扬
  1. threadpool_linux

    0下载:
  2. linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:simon
  1. MyLinuxThread5-25[1].tar

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

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. threadpool

    0下载:
  2. 一个C++线程池库,包括智能指针、线程模拟的定时器-thread pool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:24282
    • 提供者:ningjiahong
  1. C10K

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

    • 发布日期:2017-04-05
    • 文件大小:379668
    • 提供者:fsdfsdfd
  1. threadpool

    0下载:
  2. 线程池linux下的实现,不错的内容,请下载使用并给出评价。-linux pthreadpools implement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1780
    • 提供者:forest
  1. ThreadPool

    0下载:
  2. Linux线程池,C++编写,可作为一个线程库进行使用!-Linux Thread pool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:12956
    • 提供者:qiao
  1. threadpool-0_2_5-src

    0下载:
  2. 线程池:在面向对象编程中,创建和销毁对象是很费时间的,因为创建一个对象要获取内存资源或者其它更多资源。在Java中更是如此,虚拟机将试图跟踪每一个对象,以便能够在对象销毁后进行垃圾回收。所以提高服务程序效率的一个手段就是尽可能减少创建和销毁对象的次数,特别是一些很耗资源的对象创建和销毁。-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:58607
    • 提供者:左家顺
  1. thread_pool

    0下载:
  2. 线程池源代码实现,一个完全的线程池示例,教你如何使用线程池-Source Code implementiert die Thread-Pool, einen voll Threadpool Beispiel beibringen, wie man den Thread-Pool verwenden
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2104
    • 提供者:cjj
  1. ThreadPool

    0下载:
  2. Linux下线程池,双队列实现,可以满足在要求主线程非阻塞的情况下把任务交给线程池里的线程进行处理-Linux, thread pool, two queue implementations to meet the requirements of the main thread in the non-blocking case turned over to the thread pool thread for processing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2603
    • 提供者:梁尧
  1. threadPool

    0下载:
  2. 这个是采用互斥量和条件变量实现的线程池。此线程池可以添加线程、销毁线程;经过几百次测试,改正bug。现在暂时还没发现bug-This is the thread pool mutex and condition variable implementation. The thread pool can add a thread, the thread is destroyed After hundreds of tests, correct the bug. Temporarily not fo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:70511
    • 提供者:苏诗卧龙
  1. threadpool-master

    0下载:
  2. threadPool-master,利用线程池技术实现多线程队列-threadPool-master, use the thread pool technology to achieve multi-threaded queue
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3634
    • 提供者:最晴天
  1. threadpool

    0下载:
  2. 使用c语言实现的一个线程池,只能用于linux/unix环境。-threadpool written in c language. used in linux/unix environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-13
    • 文件大小:2245
    • 提供者:jiangjunyu
  1. threadpool

    0下载:
  2. C实现的简单线程池,简单易懂,有代码,注释详细,很容易看懂(Implementation of simple thread pool, easy to understand, with code, annotations detailed, easy to understand)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:lucien00
« 12 »
搜珍网 www.dssz.com