搜索资源列表
创建、管理线程池的源代码.rar
- 创建、管理线程池的源代码
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
多线程管理
- 一个windows应用程序,线程池管理!动态分配线程资源
线程池管理
- 非常好使的线程池管理程序
threadpool
- 使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
创建、管理线程池的源代码
- 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
多线程管理器源代码thread manager
- 一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
VC写的一个线程池的管理实例
- 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
Pooler
- 关于线程池的实现! 包括C++,delphi,Java对线程的实现! 保证服务器能够良好的工作!- About line Cheng Chi realization! Including C, delphi, Java to line regulation realization! Guarantees the server to be able the good work!
InfoReportDemo
- 创建、管理线程池的源代码,跟传统的有些不同
ThreadPro
- ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。-err
VCthreadpool
- 一个VC线程池的实现 , 可作为线程的管理模板-A VC
99koo_ThreadPro
- ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额
jdbc_connectionpool_instance
- 文档主要给出了java中线程池的一个例子,虽然线程池一般由服务器管理,但对一个高级java设计人员,还是有必要了解的。-Java files in the main are given an example of thread pool, although the thread pool managed by the server in general, but for a senior java designers, or there
test
- 多线程管理,进行线程池管理,此程序只是演示程序,思路简单。-Multi-thread management, thread pool management, this procedure is only demo program, ideas simple.
AsyncSocketMgr
- 异步socket通讯,所有线程由线程池管理-Asynchronous socket communication, all the threads from the thread pool management
threadpool
- 一个简单的线程池管理程序,采用vc6.0 编程-A simple thread pool management procedures, the use of vc6.0 Programming
Completion_Ports
- 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份
smartthreadpool-19073
- 多线程池管理,多种表现形式(包括WIN CE 界面),难得一见的-Multi-thread pool management, and a variety of forms (including WIN CE interface), a rare opportunity to
VCThreadPool3
- 1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、Temporaril