Welcome![Sign In][Sign Up]
Location:
Search - 线程池管理

Search list

[Process-Thread创建、管理线程池的源代码.rar

Description: 创建、管理线程池的源代码
Platform: | Size: 2803 | Author: | Hits:

[Process-ThreadVC写的一个线程池的管理实例

Description: 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
Platform: | Size: 21319 | Author: xuxu | Hits:

[SourceCode多线程管理

Description: 一个windows应用程序,线程池管理!动态分配线程资源
Platform: | Size: 11926939 | Author: oge.xu@yahoo.com.cn | Hits:

[WinSock-NDIS线程池管理

Description: 非常好使的线程池管理程序
Platform: | Size: 31376 | Author: fugaoting@163.com | Hits:

[Process-Threadthreadpool

Description: 使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
Platform: | Size: 24576 | Author: 站长 | Hits:

[Process-Thread创建、管理线程池的源代码

Description: 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
Platform: | Size: 3072 | Author: zerys | Hits:

[Process-Thread多线程管理器源代码thread manager

Description: 一个多线程管理实例程序。对于win32系统编程和多线程编程的人是一个很好的东西。-a multithreaded case management procedures. Win32 system for programming and multi-threaded programming is a good thing.
Platform: | Size: 47104 | Author: xuxu | Hits:

[Process-ThreadVC写的一个线程池的管理实例

Description: 多线程编程系列。一个线程池实现的实例代码。很好。-series of multi-threaded programming. A thread pool to achieve the example code. Very good.
Platform: | Size: 21504 | Author: xuxu | Hits:

[Static controlPooler

Description: 关于线程池的实现! 包括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!
Platform: | Size: 11264 | Author: 里个 | Hits:

[Windows DevelopInfoReportDemo

Description: 创建、管理线程池的源代码,跟传统的有些不同
Platform: | Size: 40960 | Author: 王伟 | Hits:

[Delphi VCLThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。-err
Platform: | Size: 944128 | Author: 王英杰 | Hits:

[OS programVCthreadpool

Description: 一个VC线程池的实现 , 可作为线程的管理模板-A VC
Platform: | Size: 3072 | Author: 田浩 | Hits:

[Delphi VCL99koo_ThreadPro

Description: ThreadPro 是本人开发的一套用于多线程编程的 Delphi 基础类库,基于 Delphi 的 TThread 封装了更实用,更结构化的 TThreadTask 线程类。并且写了一个 TThreadPool, 它是 TThreadTask 的管理类,其中运用了面向对象的方法,使用了继承和多态,实现了一个可设置并发任务数的线程池。继承这些基类你可以编写任意自定义的基于这种模型的应用,让你的程序具有强大而安全的多线程处理能力。本人还额外封装了一个 THTTPtask 类,该类是基于 INDY9 的 IDHTTP 进一步封装而成,并使用了一个第3方的压缩处理库,使 THTTPtask 如同浏览器那样,完全支持 GZIP,令你编写强大的 HTTP 多线程应用变的得心应手。 -err
Platform: | Size: 521216 | Author: 梁超 | Hits:

[Software Engineeringjdbc_connectionpool_instance

Description: 文档主要给出了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 is a need to know.
Platform: | Size: 10240 | Author: hetengfei | Hits:

[Process-Threadtest

Description: 多线程管理,进行线程池管理,此程序只是演示程序,思路简单。-Multi-thread management, thread pool management, this procedure is only demo program, ideas simple.
Platform: | Size: 14336 | Author: 线程 | Hits:

[CommunicationAsyncSocketMgr

Description: 异步socket通讯,所有线程由线程池管理-Asynchronous socket communication, all the threads from the thread pool management
Platform: | Size: 2048 | Author: 哈哈哈 | Hits:

[Process-Threadthreadpool

Description: 一个简单的线程池管理程序,采用vc6.0 编程-A simple thread pool management procedures, the use of vc6.0 Programming
Platform: | Size: 10240 | Author: 啦啦 | Hits:

[Windows DevelopCompletion_Ports

Description: 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,如文件接收/传送功能和逻辑线程池管理。本文重点在于出现在IOCP程序API中实用的解决方案,以及关于源码的全面的文档。另外,一份简单的echo版的可处理多连接和文件传输的C/S程序也在这里提供。 -When you develop different types of software, sooner or later you have to deal with C/S development. Of a programmer is to write a generic C/S coding is a difficult job. This document provides a simple but powerful C/S source code, can be extended to any type of C/S application. This source code uses the advanced IOCP technology, which can efficiently serve many clients. IOCP provides a solution "for each client thread occupying a" bottleneck problem, use only a few deal with threads, asynchronous I/O to send/receive. IOCP technology has been widely used in various types of efficient client services, such as Apache and so on. This source also provided a series of communications and in dealing with C/S software frequently used functions, such as file receiving/sending functions and logic thread pool management. This article focuses on IOCP procedures appear in the API in practical solutions, as well as a comprehensive source about the document. In addition, a simple vers
Platform: | Size: 151552 | Author: 高军 | Hits:

[Windows Developsmartthreadpool-19073

Description: 多线程池管理,多种表现形式(包括WIN CE 界面),难得一见的-Multi-thread pool management, and a variety of forms (including WIN CE interface), a rare opportunity to
Platform: | Size: 1029120 | Author: zzz | Hits:

[Windows DevelopVCThreadPool3

Description: 1.线程池管理器(ThreadPoolManager):用于创建并管理线程池 2.工作线程(WorkThread): 线程池中线程 3.任务接口(Task):每个任务必须实现的接口,以供工作线程调度任务的执行。 4.任务队列:用于存放没有处理的任务。提供一种缓冲机制。 网上的c/c++线程池多是linux下的,这个是VC6.0的线程池。其涉及的主要文件有:ThreadPoolManage、IThreadExcute、TemporarilyThread、ThreadManage、RegKeyIni。(1. thread pool manager (ThreadPoolManager): for creating and managing the thread pool 2. working thread (WorkThread): thread in the thread pool 3. task interface (Task): the interface that each task must be implemented for the working thread to schedule the task execution. 4. task queue: it is used to store unprocessed tasks. Provide a buffer mechanism. The c/c++ thread pool on the Internet is mostly under Linux, and this is the thread pool of VC6.0. The main documents involved are: ThreadPoolManage, IThreadExcute, TemporarilyThread, ThreadManage, RegKeyIni.)
Platform: | Size: 72704 | Author: zhangzl | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net