搜索资源列表
IoSocket_Sample
- 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
ThreadPro.rar
- Delphi中处理线程池的一个组件,非常好用.,Delphi deal with a component of the thread pool, very easy to use.
uThreadPool
- 一个delphi线程池的封装,希望对您有帮助。-A Delphi thread pool
DELPHIuThreadPool
- delphi 实现线程池的代码单元,希望对有这方面需要的朋友有所帮助-delphi realize the thread pool code modules, and they hope to have friends in this area needs help
Retlang.0.4.2.0
- Retlang is a robust library for writing highly concurrent applications. The library borrows part of its name and design from Erlang. Retlang provides a concurrency solution that is quite different from basic locking solutions, Parallel FX, or t
xiancheng
- DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
lib_trhead_pool
- c封装的线程池库,并且包含简单高效的内存池.代码接口逻辑清晰,且高效稳定-c package thread pool library, and includes a simple and efficient memory pool. code interface logic, clarity, and the highly efficient and stable ...
TThreadPoolWriteFile
- 使用Delphi的线程池写入文件,并存放-Use Delphi' s thread pool written to the file, and store
dailicaiji
- 多线程IP代理采集 线程池验证 两M网速 采集一千IP两秒 验证10秒左右-Multi-threaded IP agent acquisition speed of the thread pool to verify two M collect 1000 IP two seconds to about 10 seconds to verify
threadpool
- 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
EThread
- 易语言使用多线程和线程池例程,带有一个采集源码,内附支持库-Easy language to use multi-threading and thread pool routine with a collection source, enclosing the support library
threadpool
- 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thr
homework-1
- webServer实现线程池,用Java和C语言实现。-webServer achieve thread pool, with Java and C language.
ADOConnectionPool
- Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 { *** *** *** *** *** *** *** *** *** * } { Descr iption : ADO连接池 } { Create Date : 2010-8-31 23:22:09 } { Modify Remark :2010-9-1 12:00:09 } {
delphiADOPool
- Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 -Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that
Delphi_387374
- Delphi:在Delphi中的xe2 业务对象池应用演示,用于业务对象池解决delphi线程业务对象创建释放内不彻底的问题。从对象池中取出一个业务类实例对象,把一个业务类实例对象放回对象池中,指定放入池中的业务类。 -Delphi: xe2 business object pooling in Delphi demo applications for business objects delphi thread pool to solve business objects created
dxcsl
- 线程池多许可证实例,希望能给正在头疼的朋友解决问题,这个问题当初我也头疼很久-Thread pool more licenses instance, I hope to give a friend is a headache problem, this problem when I had a headache for a long time
tthreadpool_class_with_demo.ZIP
- Delphi多线程控制,多线程池,含源码的Demo程序,非常具有参考价值-Delphi multithreaded control, multi-thread pool, including source code of Demo program, great reference value
checkemail
- 用线程池检测email,比较好用,多线程登录email-Using thread pool detection email, a good use, multi threading email
tst_eventdriven
- 这是一个事件驱动异步、线程池的代码。使用actor模式。里面蕴含的思想方法有一定启发意义。-This is an event-driven asynchronous thread pool code. Using the actor model. Which contains a certain way of thinking instructive.
