Welcome![Sign In][Sign Up]
Location:
Search - ThreadPool

Search list

[OtherThreadPool

Description: 本模型是在内存中创建 n 个工人线程, 1. 在无任务时处于休眠状态,不占用CPU时间, 2. 在有任务时,被唤醒,取得任务,完成任务后,又自动休眼.
Platform: | Size: 52825 | Author: 航宇 | Hits:

[Other resourcethreadpool

Description: 线程池的源码模压可耕地可耕地枯可耕地在村枯枯枯要要要求
Platform: | Size: 103403 | Author: ajt | Hits:

[Process-Threadthreadpool

Description: 一个DELPHI下线程池的示例!值得大家研究一下!
Platform: | Size: 22215 | Author: alex | Hits:

[Other resourcethreadpool

Description: 使用新的线程池 API 提高可伸缩性.pdf,大家可以学习学习。
Platform: | Size: 187407 | Author: yang nan | Hits:

[Process-ThreadThreadPool.cpp

Description: 进程管理子程序,希望大家喜欢-process management subroutine hope you like
Platform: | Size: 7089 | Author: 金正旋 | Hits:

[JSP/Javaxian

Description: 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to maintain the two-way linked list, when a new request arrives, starting with the first removal of a table working thread will awaken to their work status. If the thread pool is empty, then create a new thread work.
Platform: | Size: 1261 | Author: 批皮 | Hits:

[Process-ThreadThreadPool

Description: 一个线程池的实现,池大小可以动态增加。并避免了内存碎片的问题。经测试,性能与windows原生线程池的性能相当。
Platform: | Size: 4152 | Author: 陈生 | Hits:

[Process-Threadthreadpool-0_2_4-src

Description: boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
Platform: | Size: 69918 | Author: txf | Hits:

[Windows DevelopThread_Pool

Description: thread pool源码 主要利用boost开发的threadpool 感觉不错
Platform: | Size: 2137415 | Author: Jun Zhu | Hits:

[Linux-Unixthreadpool-0.2

Description: 同时支持windows和Linux的线程池代码,代码写的也很规范。
Platform: | Size: 11286 | Author: zoucongjie | Hits:

[Other resourceThreadPool

Description: 线程池让开发者通过多个线程来执行一系列小任务,.net系统提供了线程池的功能,本例对此功能进行了演示。
Platform: | Size: 8903 | Author: ars | Hits:

[Process-Threadthreadpooldemosrc1

Description: 包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。
Platform: | Size: 2017799 | Author: MING | Hits:

[OS programThreadPool

Description: 线程池的实现,有什么大家可以交流下,请多提意见
Platform: | Size: 32310 | Author: 薛雷 | Hits:

[CSharpThreadPool

Description: 一个用C#编写的线程池的小软件,可供大家学习多线程编程。
Platform: | Size: 2822 | Author: gcel | Hits:

[Process-Threadthreadpool

Description: 一个简单的线程池管理程序,采用vc6.0 编程
Platform: | Size: 10748 | Author: 啦啦 | Hits:

[WinSock-NDISmyUpLoadFile

Description: MultiThreadSock.rar多线程套接字 threadpool.zip线程池类 Curve类及例子.rar oscilscope.rar曲线控制 UDPSender.rar发送UDP包 MultiCastReceiver.rar接收-MultiThreadSock.rar multithreading threaded socket threadpool.zip Pool Curve categories and examples. Rar oscilscope.rar curve control UDPSender.rar send UDP packet reception MultiCastReceiver.rar
Platform: | Size: 271890 | Author: 大圣 | Hits:

[Internet-Networkepoll多线程

Description: Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由ThreadPool类进行任务分派. TaskThread.cpp(继承Thread.cpp) : 具体任务类,负责接受客户端发送数据. ThreadPool.cpp (继承Thread.cpp) : 线程池类负责启动别的线程 , 并且进行线程调度。首先启动ListenThread.cpp类,如果有客户端 连接ListenThread.cpp类发送信号通知ThreadPool.cpp类,收到信号再分配给TaskThread.cpp类,进行处理。如果没有空闲任务类,动态再 创建一定数目的任务类。
Platform: | Size: 300757 | Author: 77501578@qq.com | Hits:

[DocumentsThreadpooldem12

Description: 一个关于线程池的文档-a pool of threads Documents
Platform: | Size: 31744 | Author: 小石头 | Hits:

[Internet-NetworkmyUpLoadFile

Description: MultiThreadSock.rar多线程套接字 threadpool.zip线程池类 Curve类及例子.rar oscilscope.rar曲线控制 UDPSender.rar发送UDP包 MultiCastReceiver.rar接收-MultiThreadSock.rar multithreading threaded socket threadpool.zip Pool Curve categories and examples. Rar oscilscope.rar curve control UDPSender.rar send UDP packet reception MultiCastReceiver.rar
Platform: | Size: 271360 | Author: 大圣 | Hits:

[Process-ThreadThreadPool_src

Description: 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
Platform: | Size: 9216 | Author: dd | Hits:
« 1 2 3 4 56 7 8 9 10 11 12 »

CodeBus www.codebus.net