-
- Downloads
Merge pull request #2647 from vjpai/deepend
Dynamic-sized thread pool
Showing
- BUILD 4 additions, 0 deletionsBUILD
- Makefile 48 additions, 1 deletionMakefile
- build.json 17 additions, 0 deletionsbuild.json
- include/grpc++/dynamic_thread_pool.h 81 additions, 0 deletionsinclude/grpc++/dynamic_thread_pool.h
- src/cpp/server/create_default_thread_pool.cc 2 additions, 2 deletionssrc/cpp/server/create_default_thread_pool.cc
- src/cpp/server/dynamic_thread_pool.cc 131 additions, 0 deletionssrc/cpp/server/dynamic_thread_pool.cc
- test/cpp/end2end/end2end_test.cc 2 additions, 2 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/end2end/mock_test.cc 2 additions, 2 deletionstest/cpp/end2end/mock_test.cc
- test/cpp/end2end/thread_stress_test.cc 2 additions, 2 deletionstest/cpp/end2end/thread_stress_test.cc
- test/cpp/qps/server_async.cc 0 additions, 1 deletiontest/cpp/qps/server_async.cc
- test/cpp/qps/server_sync.cc 10 additions, 3 deletionstest/cpp/qps/server_sync.cc
- test/cpp/server/dynamic_thread_pool_test.cc 77 additions, 0 deletionstest/cpp/server/dynamic_thread_pool_test.cc
- test/cpp/util/cli_call_test.cc 2 additions, 2 deletionstest/cpp/util/cli_call_test.cc
- tools/doxygen/Doxyfile.c++ 1 addition, 0 deletionstools/doxygen/Doxyfile.c++
- tools/doxygen/Doxyfile.c++.internal 2 additions, 0 deletionstools/doxygen/Doxyfile.c++.internal
- tools/run_tests/sources_and_headers.json 21 additions, 0 deletionstools/run_tests/sources_and_headers.json
- tools/run_tests/tests.json 9 additions, 0 deletionstools/run_tests/tests.json
- vsprojects/grpc++/grpc++.vcxproj 3 additions, 0 deletionsvsprojects/grpc++/grpc++.vcxproj
- vsprojects/grpc++/grpc++.vcxproj.filters 6 additions, 0 deletionsvsprojects/grpc++/grpc++.vcxproj.filters
- vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj 3 additions, 0 deletionsvsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj
Loading
Please register or sign in to comment