文件名称:threadpool-0_2_5-src
介绍说明--下载内容均来自于网络,请自行研究使用
线程池:在面向对象编程中,创建和销毁对象是很费时间的,因为创建一个对象要获取内存资源或者其它更多资源。在Java中更是如此,虚拟机将试图跟踪每一个对象,以便能够在对象销毁后进行垃圾回收。所以提高服务程序效率的一个手段就是尽可能减少创建和销毁对象的次数,特别是一些很耗资源的对象创建和销毁。-failed to translate
(系统自动生成,下载前可以参看下载内容)
下载文件列表
threadpool-0_2_5-src\threadpool
....................\..........\boost
....................\..........\.....\threadpool.hpp
....................\..........\.....\threadpool
....................\..........\.....\..........\detail
....................\..........\.....\..........\......\future.hpp
....................\..........\.....\..........\......\locking_ptr.hpp
....................\..........\.....\..........\......\pool_core.hpp
....................\..........\.....\..........\......\scope_guard.hpp
....................\..........\.....\..........\......\worker_thread.hpp
....................\..........\.....\..........\future.hpp
....................\..........\.....\..........\pool.hpp
....................\..........\.....\..........\pool_adaptors.hpp
....................\..........\.....\..........\scheduling_policies.hpp
....................\..........\.....\..........\shutdown_policies.hpp
....................\..........\.....\..........\size_policies.hpp
....................\..........\.....\..........\task_adaptors.hpp
....................\..........\CHANGE_LOG
....................\..........\COPYING
....................\..........\Jamfile.v2
....................\..........\Jamrules
....................\..........\libs
....................\..........\....\threadpool
....................\..........\....\..........\doc
....................\..........\....\..........\...\design.dox
....................\..........\....\..........\...\design.txt
....................\..........\....\..........\...\design_header.htm
....................\..........\....\..........\...\examples.dox
....................\..........\....\..........\...\examples.txt
....................\..........\....\..........\...\examples_header.htm
....................\..........\....\..........\...\footer
....................\..........\....\..........\...\......\common_footer.htm
....................\..........\....\..........\...\......\overview_footer.htm
....................\..........\....\..........\...\footer_sf
....................\..........\....\..........\...\.........\common_footer.htm
....................\..........\....\..........\...\.........\overview_footer.htm
....................\..........\....\..........\...\index.html
....................\..........\....\..........\...\Makefile
....................\..........\....\..........\...\overview.dox
....................\..........\....\..........\...\overview.txt
....................\..........\....\..........\...\overview_header.htm
....................\..........\....\..........\...\reference.dox
....................\..........\....\..........\...\reference_header.htm
....................\..........\....\..........\...\threadpool.css
....................\..........\....\..........\...\tutorial.dox
....................\..........\....\..........\...\tutorial.txt
....................\..........\....\..........\...\tutorial_header.htm
....................\..........\....\..........\example
....................\..........\....\..........\.......\mergesort
....................\..........\....\..........\.......\.........\Jamfile.v2
....................\..........\....\..........\.......\.........\mergesort.cpp
....................\..........\....\..........\quickstart
....................\..........\....\..........\..........\Jamfile.v2
....................\..........\....\..........\..........\quickstart.cpp
....................\..........\....\..........\..........\README
....................\..........\....\..........\test
....................\..........\....\..........\....\compile_all
....................\..........\....\..........\....\...........\compile_all.cpp
....................\..........\....\..........\....\...........\Jamfile.v2
....................\..........\....\..........\tutorial
....................\..........\....\..........\........\Jamfile.v2
....................\..........\....\..........\........\tutorial.cpp
....................\..........\LICENSE_1_0.txt
....................\..........\Makefile
....................\..........\project-root.jam
...................
....................\..........\boost
....................\..........\.....\threadpool.hpp
....................\..........\.....\threadpool
....................\..........\.....\..........\detail
....................\..........\.....\..........\......\future.hpp
....................\..........\.....\..........\......\locking_ptr.hpp
....................\..........\.....\..........\......\pool_core.hpp
....................\..........\.....\..........\......\scope_guard.hpp
....................\..........\.....\..........\......\worker_thread.hpp
....................\..........\.....\..........\future.hpp
....................\..........\.....\..........\pool.hpp
....................\..........\.....\..........\pool_adaptors.hpp
....................\..........\.....\..........\scheduling_policies.hpp
....................\..........\.....\..........\shutdown_policies.hpp
....................\..........\.....\..........\size_policies.hpp
....................\..........\.....\..........\task_adaptors.hpp
....................\..........\CHANGE_LOG
....................\..........\COPYING
....................\..........\Jamfile.v2
....................\..........\Jamrules
....................\..........\libs
....................\..........\....\threadpool
....................\..........\....\..........\doc
....................\..........\....\..........\...\design.dox
....................\..........\....\..........\...\design.txt
....................\..........\....\..........\...\design_header.htm
....................\..........\....\..........\...\examples.dox
....................\..........\....\..........\...\examples.txt
....................\..........\....\..........\...\examples_header.htm
....................\..........\....\..........\...\footer
....................\..........\....\..........\...\......\common_footer.htm
....................\..........\....\..........\...\......\overview_footer.htm
....................\..........\....\..........\...\footer_sf
....................\..........\....\..........\...\.........\common_footer.htm
....................\..........\....\..........\...\.........\overview_footer.htm
....................\..........\....\..........\...\index.html
....................\..........\....\..........\...\Makefile
....................\..........\....\..........\...\overview.dox
....................\..........\....\..........\...\overview.txt
....................\..........\....\..........\...\overview_header.htm
....................\..........\....\..........\...\reference.dox
....................\..........\....\..........\...\reference_header.htm
....................\..........\....\..........\...\threadpool.css
....................\..........\....\..........\...\tutorial.dox
....................\..........\....\..........\...\tutorial.txt
....................\..........\....\..........\...\tutorial_header.htm
....................\..........\....\..........\example
....................\..........\....\..........\.......\mergesort
....................\..........\....\..........\.......\.........\Jamfile.v2
....................\..........\....\..........\.......\.........\mergesort.cpp
....................\..........\....\..........\quickstart
....................\..........\....\..........\..........\Jamfile.v2
....................\..........\....\..........\..........\quickstart.cpp
....................\..........\....\..........\..........\README
....................\..........\....\..........\test
....................\..........\....\..........\....\compile_all
....................\..........\....\..........\....\...........\compile_all.cpp
....................\..........\....\..........\....\...........\Jamfile.v2
....................\..........\....\..........\tutorial
....................\..........\....\..........\........\Jamfile.v2
....................\..........\....\..........\........\tutorial.cpp
....................\..........\LICENSE_1_0.txt
....................\..........\Makefile
....................\..........\project-root.jam
...................