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

搜索资源列表

  1. ThreadPool

    0下载:
  2. Threadpoll ACE Threadpoll ACE
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:8805
    • 提供者:huanghui
  1. iocpAndThread

    0下载:
  2. iocp模型封装 以及实例, 和线程池 实例 -iocp and threadpool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:401416
    • 提供者:vincelv
  1. threadpool

    0下载:
  2. 线程池封装--可动态的增加及减少线程数量-Thread pool package- dynamically increase and decrease in the number of threads
  3. 所属分类:Linux Network

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

    0下载:
  2. Linux 环境下实现线程池功能,具有开放性,提供模板,可重复开发-Linux environment, the thread pool is open, providing templates, reusable development
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:29831
    • 提供者:tianxia
  1. ThreadPool-and-join

    0下载:
  2. 普通线程的创建,通过 委托ThreadStart对应的函数来执行相关操作; 通过线程池,可以直接从池中查找出空闲线程,让它执行委托WaitCallback对应函数来执行相关操作。使用时要与AutoResetEvent来并用,以在线程结束时通知主线程退出;-The common thread creation, commissioned by the the ThreadStart corresponding function to perform the related operation
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:31988
    • 提供者:
  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

    0下载:
  2. delphi的线程池操作,用例是由1开始数数,数至规定数,线程结束时候会自动搜索后备队列中是否还有其他任务,直到任务全部完成。带有详细的日志记录功能,方便初学者学习。-delphi thread pool operation, use case 1 began to count, the number to the specified number, thread the end will automatically search the backlog, whether there are o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-12
    • 文件大小:307456
    • 提供者:王佳敏
  1. Thread

    0下载:
  2. 自己实现的(Win、Linux)的线程池类-Windows/Linux ThreadPool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:7464
    • 提供者:lixser
  1. threadpool

    0下载:
  2. linux线程池模型,可以利用线程池完成服务器并发需求-linux thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:1955
    • 提供者:liang
  1. ThreadPool

    0下载:
  2. C++线程池,为了高性能服务器的而准备的。经过测试的。-C++ multi Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-06
    • 文件大小:325861
    • 提供者:刘来其
  1. code

    0下载:
  2. c# ThreadPool 判断子线程全部执行完毕的四种方法 多线程用于数据采集时,速度明显很快,下面是基本方法,把那个auto写成采集数据方法即可。-completed all four methods the c# ThreadPool to determine the child thread multithreading for data acquisition speed significantly soon, the following is a basic method
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:1723
    • 提供者:
  1. ThreadPool

    0下载:
  2. 本例是win32写的一个线程池的简单示例,对线程池的理解以及封装会有很大帮助,有需要的可以下载学习下。VS2008可直接打开运行。-This example is a simple example, win32 write a thread pool thread pool there will be a great help in understanding and package need can download learning. The VS2008 can directly open
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:8688
    • 提供者:张杰
  1. threadpool-0.2.src

    0下载:
  2. 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:5209764
    • 提供者:jack
  1. threadpool

    0下载:
  2. linux 多进程 模拟 纸牌游戏, 人工智能算法, 进程间的通讯, 链 表的 设计和 实 现。 -The analog routing algorithm of network programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:198084
    • 提供者:huy
  1. threadpool

    0下载:
  2. 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thr
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-05
    • 文件大小:252159
    • 提供者:陈小明
  1. threadpool

    0下载:
  2. 高性能可扩展伸缩的线程池,是开发服务器的首选-High-performance scalable scalable thread pool, preferred development server
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:6305
    • 提供者:jack
  1. NetThreadPool

    0下载:
  2. 模仿.Net+ThreadPool的线程池控件,不错的东西-Imitate the Net+ThreadPool thread pool control, a good thing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:250819
    • 提供者:zqycn
  1. qthreadpool

    0下载:
  2. QThread wrapper, provides synchronizitaion against a ThreadPool for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:4918
    • 提供者:vaotengkang
  1. ThreadPool

    0下载:
  2. Entry point for each worker thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:3773
    • 提供者:qenpezei
  1. ThreadPool

    0下载:
  2. C++写的linux线程库,有线程异常捕获处理,线程池负载均衡等实现。厦门智构网络科技有限公司线程池雏形-C++ written linux thread library, a thread exception trap handler, the thread pool to achieve load balancing. Network Technology Co., Ltd. Xiamen intellectual construct prototype thread pool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-23
    • 文件大小:54551
    • 提供者:hdave
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com