搜索资源列表
WinThreadPool
- windows平台下的线程池软件,对频繁调用但是处理时间很短的线程有很好的效果-windows platform software threads pool of frequent calls to deal with a very short time threads have very good results
xianchengchi
- 构建线程池,提高线程访问速度,非常经典,非常好的原代码-thread pool, improving threaded performance, very classic, very good original code
DesktopService
- 自己写TCP服务器代码,线程池,日志记录,TCP模式,很稳定。ORACLE的OCI接口-wrote TCP server code, thread pool, the log records, TCP model, a very stable. Oracle OCI interface
thread
- 实现两个线程的监视..利用远程线程注入方式..本程序将DLL中的线程函数注入到EXPLORER进程中..用于监视本程序是否被结束.如结束则自动打开本程序-Realize the two threads to monitor the use of remote thread injection .. the way .. This procedure will be the thread function in DLL is inject
WorkQueueThreading_src
- 一个很好的多线程的例子,包括线程池等。是一个比较实用的多线程程序-A good example of multi-threading, including the thread pool and so on. Is a more useful multi-threaded program
threadpool
- Java线程池完整代码,已经用于实际的项目中,性能稳定。