搜索资源列表
ThreadPool2
- 一个简单实用的线程池 java写的一个线程池-a simple ,applied thread pool a thread pool written by java
thteads
- 是JAVA的线程那一节学习的很好的借鉴资料,是实现线程池的
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
concurrent.tar
- concurrent是一个java线程池开源包-concurrent thread pool is a java open-source package
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
Pool
- 些代码为JAVA的一个数据库接的线程池. 能充分利用数据库接资源.-POOL
threadpool
- Java线程池完整代码,已经用于实际的项目中,性能稳定。
smsSend
- java实现线程池,通过最简单的调用方法来实现配置文件中的配置,从而轻松实现多线程-java thread pool implementation, through the most simple way to achieve the configuration file called the configuration, and thus easy to achieve multi-threaded
proxool-0.9.1
- 数据库连接池类。大家下载了可以学习下,里面大多使用了线程池的方式。-Database connection pool class. We downloaded can learn, under which most of the way using the thread pool.
ThreadPool
- java 线程池,自己编写,可以作为服务器的服务处理环节-java thread pool, their preparation, can be used as part of the server' s service address
ThreadPool
- 该代码主要实现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
ThreadPool
- 使用链接表实现的线程池源代码,用于学习Java的线程编程。-Linked list using a thread pool implementation source code for learning Java thread programming.
Java-cocurrent-programming
- java并发编程学习,包含线程池以及并发中的一些高级API-learn java concurrent programming, including thread pools, and some of the high-level concurrency API
vbvb
- java线程池的实现,及简单测试,创建线程池并且定义线程调度规则-failed to translate
SmartThreadPool-2.2.3
- java 线程池比较好的参考资料,有好的修改建议请联系我。-java threads pool
Java-thread--introduction
- Java线程池的几种实现方法和区别介绍 使用:LinkedBlockingQueue实现线程池讲解-Java thread pool of several ways to achieve the implementation of the method and the introduction
crawler
- 轻量级爬虫框架,可控制抓取深度 跟踪最初站源 可配置线程池 可配置UserAgent 可决定是否要抽取链接 Bloom Filter 可控制爬取速度 内置UserAgent池 支持Proxy池(Lightweight crawler framework)
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.)
JAVA线程池实验报告.docx
- 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)