搜索资源列表
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!
MiniICQ13
- MiniICQ1.3面向Socket基于线程池技术的java聊天室程序下载(含源代码) 首先,安装jre 没有的自己搜一个。 运行服务器端。startServer.bat成功! 运行2个客户端。startClientw.bat 窗口出来以后可以把客户端的命令窗口关掉。 现在的版本还没有注册功能,帐号 随便 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com 欢迎大家来chensoft.cn和我一起讨论java
LikeJavaThreads_src
- 类似java线程池的源代码,解决了c++没有线程池的缺憾。
线程池使用框架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
Wuyi
- 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
java_application
- 一个类似超级玛丽的java小游戏,利用系统midplay实现背景音乐,线程池技术实现音效功能。另外北京音乐为多声道文件,程序中可通过控制声道实现不同背景音乐。-Super Mario' s java a similar game to achieve using the system midplay background music, sound technology features a thread pool. In addition to Beijing' s multi-ch
ThreadPoolTest
- 这是一个使用线程池的练习题,可供初学java线程的初学者参考。-This is a thread pool using the exercises, for beginners beginner java thread reference.
threadpool-0_2_5-src
- 线程池:在面向对象编程中,创建和销毁对象是很费时间的,因为创建一个对象要获取内存资源或者其它更多资源。在Java中更是如此,虚拟机将试图跟踪每一个对象,以便能够在对象销毁后进行垃圾回收。所以提高服务程序效率的一个手段就是尽可能减少创建和销毁对象的次数,特别是一些很耗资源的对象创建和销毁。-failed to translate
thread-pool
- 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
tcp_thread_java
- java简单线程池的实现,使用jdk的Executors.newFixedThreadPool方法来实现固定大小线程池-java simple thread pool implementation
homework-1
- webServer实现线程池,用Java和C语言实现。-webServer achieve thread pool, with Java and C language.
Servers
- java服务器,中转服务器,作用很好,多线程,线程池-The transit server, java server, very good effect, multi thread, thread pool
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线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。