搜索资源列表
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!
线程池使用框架Java写的
- 线程池使用框架Java写的
ThreadPool
- 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
ThreadPoolTest
- 这是一个使用线程池的练习题,可供初学java线程的初学者参考。-This is a thread pool using the exercises, for beginners beginner java thread reference.
thread
- Java多线程之Lock的使用,以及线程池解决停车问题的代码(The use of Lock in Java multithreading)
callable
- JAVA编写callable,future实现多线程,线程池代码(JAVA write callable, future to achieve multithreading, thread pool code.)
ThreadPoolTest4
- 以代码加注释的形式实现的Java线程池实例(Java thread pool instance implemented as code plus comment)
马士兵 Java高并发编程源码和思考题
- 马士兵老师的Java高并发编程及思考题,源码内容适合有多线程基础的朋友们。属于进阶版,从volatile和synchronized线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。