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

Search list

[Linux driverthreadpool-0.2.src

Description: 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum expenses For this frequently create a thread, the thread pool, each need to create a thread, as long as we allocated from the thread pool a he returned to the thread pool is used up, so that we can greatly save unnecessary consumption of resources buffer pool to increase the program speed, each taken from the pool of data, much faster than other acquisition the speed of the data.
Platform: | Size: 5210112 | Author: jack | Hits:

[Internet-Networkthreadpool

Description: linux 多进程 模拟 纸牌游戏, 人工智能算法, 进程间的通讯, 链 表的 设计和 实 现。 -The analog routing algorithm of network programming
Platform: | Size: 197632 | Author: huy | Hits:

[Delphi VCLthreadpool

Description: 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thread pool is a multi-threaded processing form during processing task is added to the queue, and then create a thread to start these tasks automatically. The thread pool threads are background threads. Each thread uses the default stack size, the default priority of running, and in a multi-threaded apartment. If a thread is idle in managed code (such as is waiting for an event), the thread pool will insert another worker thread to all processors busy. If all thread pool threads are always kept busy, but the queue of pending work, the thread pool will create another worker thread after a period of time the number of threads will never exceed the maximum value. More than the maximum thread can be queued, but they have to wait until other threads to complete before starting
Platform: | Size: 251904 | Author: 陈小明 | Hits:

[Internet-Networkthreadpool

Description: 高性能可扩展伸缩的线程池,是开发服务器的首选-High-performance scalable scalable thread pool, preferred development server
Platform: | Size: 6144 | Author: jack | Hits:

[OS programNetThreadPool

Description: 模仿.Net+ThreadPool的线程池控件,不错的东西-Imitate the Net+ThreadPool thread pool control, a good thing
Platform: | Size: 250880 | Author: zqycn | Hits:

[Linux-Unixqthreadpool

Description: QThread wrapper, provides synchronizitaion against a ThreadPool for Linux.
Platform: | Size: 5120 | Author: vaotengkang | Hits:

[Linux-UnixThreadPool

Description: Entry point for each worker thread.
Platform: | Size: 4096 | Author: qenpezei | Hits:

[Internet-NetworkThreadPool

Description: 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
Platform: | Size: 54272 | Author: hdave | Hits:

[CSharpThreadPool

Description: 利用c#编程的线程池类库,包含有多个线程实例类-C# programming using the thread pool class library contains multiple threads instance class
Platform: | Size: 37888 | Author: 黄叶 | Hits:

[Software EngineeringThreadPool

Description: 线程池的一种理解,希望需要了解线程池的亲们顶一下-An understanding of the thread pool, hoping to understand the thread pool pro Top about ...
Platform: | Size: 332800 | Author: image | Hits:

[Process-Threadthreadpool

Description: 易用的thread pool系统,通过继承线程基类对象,使对象具备在动态分配的线程池中运行的能力。-thread pool system
Platform: | Size: 7168 | Author: frank | Hits:

[OtherThreadPool

Description: python实现的简易线程池,包括对池的管理,线程的调度等-python simple thread pool implementation
Platform: | Size: 3072 | Author: dieslrae | Hits:

[Compress-Decompress algrithmsThreadPool1.2

Description: threadpool类封装,里面有一些bug,大家使用的时候要先调试好哦!-threadpool type of packaging, there are some bug, when the first people to use debugging Ay!
Platform: | Size: 107520 | Author: chenlidong | Hits:

[Linux-UnixThreadPool

Description: Thread Pool Source Code for Andriod.
Platform: | Size: 1024 | Author: lunkenhun | Hits:

[Process-ThreadThreadPool-master

Description: c++线程池很清晰的写出了用法,是入门的好材料-c++ thread pool usage write very clear, is a good entry materials
Platform: | Size: 3072 | Author: sagius | Hits:

[JSP/JavaThreadPool

Description: 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
Platform: | Size: 6844416 | Author: wenjian | Hits:

[Linux-Unixthreadpool

Description: linux下线程池的实现,能够实现多任务操作,不用频繁创建-The Linux thread pool, no test
Platform: | Size: 73728 | Author: 杨清柳 | Hits:

[JSP/Javathreadpool

Description: java多线程框架 采用maven管理,封装jdk多线程,使用方便-java multithreading framework Using maven management, multithreading jdk package, easy to use
Platform: | Size: 78848 | Author: | Hits:

[Linux driverthreadPool.tar

Description: 如何构建一个简单的线程池,要点:线程池的构建,互斥锁与条件变量的使用-how to build a thread pool
Platform: | Size: 1024 | Author: 张牌 | Hits:

[J2MEthreadpool

Description: 自己项目的线程池代码,适用于j2me系统,绝对好用-Thread pool code yourself project for j2me system, the absolute ease
Platform: | Size: 4096 | Author: 陈晨 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net