搜索资源列表

  1. ThreadPool(COM)

    0下载:
  2. 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:290853
    • 提供者:李洪斌
  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. DELPHI 线程池源码(ThreadPool)

    0下载:
  2. DELPHI 线程池源码(ThreadPool)
  3. 所属分类:系统编程

    • 发布日期:2009-04-29
    • 文件大小:6765
    • 提供者:snow1214
  1. threadpool

    0下载:
  2. 使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:站长
  1. xian

    0下载:
  2. 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:批皮
  1. ThreadPool(COM)

    0下载:
  2. 用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:290816
    • 提供者:李洪斌
  1. CompletionIo

    0下载:
  2. 用于大型服务器地完成端口鱼线程池的结合IOCP+threadpool-for large server port to be completed fish pond threaded coupling IOCP threadpool
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:wuyanqi
  1. threadpool-0_1_8-src

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

    • 发布日期:2024-05-10
    • 文件大小:48128
    • 提供者:李力
  1. ThreadPool

    0下载:
  2. 线程池的实现代码-The realization of the thread pool code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:
  1. threadpool

    0下载:
  2. 简单的线程池源码,可以帮助理解线程池在处理多路问题时的优越性.-Simple thread pool source that can help understand the thread pool in the multi-way deal with the issue of superiority.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:江舒
  1. ThreadPool

    0下载:
  2. 本模型是在内存中创建 n 个工人线程, 1. 在无任务时处于休眠状态,不占用CPU时间, 2. 在有任务时,被唤醒,取得任务,完成任务后,又自动休眼.-This model is created in memory of workers n thread, 1. In the absence of tasks in a dormant, non-CPU-time, 2. In task has been awakened, a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:航宇
  1. threadpool

    0下载:
  2. 一个DELPHI下线程池的示例!值得大家研究一下!-DELPHI under a sample thread pool! Worthwhile for us to look at!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:alex
  1. ThreadPool

    0下载:
  2. 一个线程池的实现,池大小可以动态增加。并避免了内存碎片的问题。经测试,性能与windows原生线程池的性能相当。-The realization of a thread pool, pool size can be dynamically increased. And to avoid the memory fragmentation problem. After testing, performance and windows nat
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:陈生
  1. threadpool-0_2_4-src

    0下载:
  2. boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。-boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thr
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:69632
    • 提供者:txf
  1. threadpool-0.2

    0下载:
  2. 同时支持windows和Linux的线程池代码,代码写的也很规范。-At the same time, windows and Linux support for the thread pool code, code written in very standardized.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:zoucongjie
  1. ThreadPool

    0下载:
  2. 线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。-Thread Pool allows the developer through multiple threads to implement a series of small tasks,. Net system provides the functions of the thread pool, which in this cas
  3. 所属分类:.net编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:ars
  1. ThreadPool

    0下载:
  2. 线程池的源文件和头文件用于网络编程的服务器端处理多个客户请求-ThreadPool.h and ThreadPool.cpp deal with serve for many of sclients
  3. 所属分类:Telnet服务器

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:娄银霞
  1. Threadpool

    0下载:
  2. c#线程池实现代码,可以基于他进行扩展,system.threadding-C# threadpool
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:charis
  1. threadpool-0.2.1.src.tar

    0下载:
  2. c++线程池程序,供开发多线程程序使用,unix操作系统-c++ threadpool
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:sunyunfeng
  1. ThreadPool

    0下载:
  2. This a ThreadPool for delphi-This is a ThreadPool for delphi
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:mustafa
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org