搜索资源列表
javasocket
- 多线程Java Socket编程示例,其中采用Java 5的ExecutorService来进行线程池的方式实现多线程,模拟客户端多用户向同一服务器端发送请求.
A6
- 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
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
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
soket_client_and_server
- soket多线程操作服务端及客户端代码,使用线程池技术-soket multithreading server-side and client-side code, use the thread pool technology
os_report
- java实现线程池,模拟操作系统的多线程通信,软件学院大作业,包含源代码和实验报告-java thread pool implementation, analog multi-threaded operating system communications, software that vast operation, including the source code and test report
javawebprogram
- 运用线程池的方法实现的多线程回声服务器和客户端和运用非阻塞模式实现的不断接收用户输入的域名,然后与该主机的80端口建立连接,并打印建立连接所花费的时间的测试程序。-The method used to achieve thread pool multi-threaded echo server and client, and the continuous use of non-blocking mode to receive user input to achieve the domain na
ThreadPoolManager
- 线程池管理类,用于处理并发请求。多线程加队列实现。-For the management of multi-threaded
Minaserval
- 关于 io nio 基于多线程 io nio 基于线程池的nio 工程代码-Io nio-based multithreading io nio based thread pool nio works code
container
- java写的容器,容器启动后,将要处理的文件传给容器,容器可以开启线程池同时处理多个文件。-a container writed by java.it can deal with multiply file in multiply thread,which is provided by the thread pool,when get files need to be dealed supported.
traffic
- 模拟交通灯管理系统,利用了枚举和多线程池技术,希望对你有帮助-Simulated traffic light management system, using the enumeration and multi-thread pool technology, hoping to help you
ThreadPool
- 该程序是用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
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
andbase-master
- andbase中包含了大量的开发常用手段。 如网络下载,多线程与线程池的管理,数据库ORM,图片缓存管理,图片文件下载上传,Http请求工具,常用工具类(字符串,日期,文件处理,图片处理工具类等),能够使您的应用在团队开发中减少冗余代码,很大的提高了代码的维护性与开发高效性,能很好的规避由于开发疏忽而导致常犯的错误-andbase contains a large number of developers a common means. Such as network do
ZMServer
- 简单的java socket通信程序,运用了线程池技术,可用于一对多通信-Simple java socket communication procedures, the use of thread pool technology can be used for one to many communications
HeartBeat
- 连接池心跳模式.多线程.自动释放资源.学习资料.-Connection pool heartbeat mode. Multithreading. Automatically release resources. Learning materials
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)