搜索资源列表
ThreadPool2
- 一个简单实用的线程池 java写的一个线程池-a simple ,applied thread pool a thread pool written by java
ThreadPoolOFWindows2000XP
- WINDOWS2000/XP下的线程池的使用,让你对其有一个很深了解。-WINDOWS2000/XP the use of the thread pool, so that you may have a deep understanding.
ch01src
- A thread pool is a group of a limited number of threads that are used to execute tasks.-A thread pool is a group of a limited number o f threads that are used to execute tasks.
xianchengchi
- 构建线程池,提高线程访问速度,非常经典,非常好的原代码-thread pool, improving threaded performance, very classic, very good original code
JavaThreadPool
- 一个用Java编写的调度线程池内的线程的演示程序.-a Java prepared by the thread pool scheduling threads demonstration program.
xian
- 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to mai
concurrent.tar
- concurrent是一个java线程池开源包-concurrent thread pool is a java open-source package
pooling
- pooling.zip的内容介绍了java中的线程池的使用方法。-pooling.zip content introduced in java to use the thread pool.
WlbSocket
- 一个socket练习程序,通过jdk1.5的功能,通过线程池的功能实现的。-A socket practice procedures jdk1.5 features, functionality through the thread pool achievable.
myServer
- java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
threadpool
- 线程池的开发,创建一个池来提高资源利用率,提高速率-the development of thread pool
ThreadPool
- 用JAVA实现的线程池,实现自动检测任务线程是否存活-Thread pool implementation
Thread
- 熟悉掌握JAVA中线程的定义和基本操作,理解线程池的概念、以及常用的线程调度方法 -Familiar with the definitions and basic operations of the threads in JAVA understand the thread pool concept, as well as the common thread scheduling method
thread
- ThreadPoolExecutor 线程池各种全面使用DEMO例子,足够详细-Various comprehensive use DEMO example ThreadPoolExecutor thread pool, detailed enough...
Pool-of-Thread
- 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
thread-pool
- java多线程编程,线程池的使用,ThreadPoolExecutor*队列、有界队列的使用-The use of multiple threads in Java,the thread pool
thread-pool
- 详细介绍线程池使用方法,并且列举了线程池功能模块,每个功能模块具体应用。-Details of the thread pool usage, and lists the thread pool function modules, each functional block specific applications.
Java-thread--introduction
- Java线程池的几种实现方法和区别介绍 使用:LinkedBlockingQueue实现线程池讲解-Java thread pool of several ways to achieve the implementation of the method and the introduction
thread
- 创建大小为1的固定线程池,同时执行任务(task)的只有一个,其它的(任务)task都放在LinkedBlockingQueue中排队等待执行。(Create a fixed thread pool of size 1, while only one task (task) is executed, and the other tasks (task) are queued in LinkedBlockingQueue for execution.)