Location:
Search - java ThreadPool
Search list
Description: 线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。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 maintain the two-way linked list, when a new request arrives, starting with the first removal of a table working thread will awaken to their work status. If the thread pool is empty, then create a new thread work.
Platform: |
Size: 1024 |
Author: 批皮 |
Hits:
Description: 简单线程池的实现方法,包含一个主控线程池类ThreadPool和一个工作线程WorkThread-simple thread pool method, including a master class ThreadPool thread pool, and a work-threaded WorkThread
Platform: |
Size: 3072 |
Author: 测试 |
Hits:
Description: Java线程池完整代码,已经用于实际的项目中,性能稳定。
Platform: |
Size: 4096 |
Author: 张晓辉 |
Hits:
Description: 用JAVA实现的线程池,实现自动检测任务线程是否存活-Thread pool implementation
Platform: |
Size: 2048 |
Author: sxf |
Hits:
Description: java 线程池,自己编写,可以作为服务器的服务处理环节-java thread pool, their preparation, can be used as part of the server' s service address
Platform: |
Size: 6144 |
Author: weijk |
Hits:
Description: 该代码主要实现java线程池功能,该代码主要实现java线程池功能-Java code to achieve the main function of the thread pool, the java code to achieve the main function of the thread pool
Platform: |
Size: 2048 |
Author: chenshuang |
Hits:
Description: 使用链接表实现的线程池源代码,用于学习Java的线程编程。-Linked list using a thread pool implementation source code for learning Java thread programming.
Platform: |
Size: 5120 |
Author: endlessway |
Hits:
Description: 一个可以用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 class.
Platform: |
Size: 43008 |
Author: 豪戈 |
Hits:
Description: 线程池:在面向对象编程中,创建和销毁对象是很费时间的,因为创建一个对象要获取内存资源或者其它更多资源。在Java中更是如此,虚拟机将试图跟踪每一个对象,以便能够在对象销毁后进行垃圾回收。所以提高服务程序效率的一个手段就是尽可能减少创建和销毁对象的次数,特别是一些很耗资源的对象创建和销毁。-failed to translate
Platform: |
Size: 58368 |
Author: 左家顺 |
Hits:
Description: java简易线程池 比较简单 学操作系统时的作业-java thread pool
Platform: |
Size: 4096 |
Author: itachi |
Hits:
Description: 多线程调度算法的java源代码 毕业设计所做-Graduated from java source code for multi-threaded scheduling algorithm design done
Platform: |
Size: 1024 |
Author: 王洵 |
Hits:
Description: 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
Platform: |
Size: 6844416 |
Author: wenjian |
Hits:
Description: java多线程框架
采用maven管理,封装jdk多线程,使用方便-java multithreading framework
Using maven management, multithreading jdk package, easy to use
Platform: |
Size: 78848 |
Author: 谢 |
Hits: