Vijay Pai
|
9c32dab63d
Expand comment based on reviewer feedback
|
7 years ago |
Vijay Pai
|
14ad82a76d
Create a new method handler for resource exhaustion and tie into thread mgr
|
7 years ago |
Sree Kuchibhotla
|
bdd13cb0ae
Revert "Revert "Restrict the number of threads in C++ sync server""
|
7 years ago |
Nicolas Noble
|
bea98c3c1b
Revert "Restrict the number of threads in C++ sync server"
|
7 years ago |
Sree Kuchibhotla
|
c2a22a1ab8
Address core review comments
|
7 years ago |
Sree Kuchibhotla
|
b95772eeb9
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
|
7 years ago |
Sree Kuchibhotla
|
ec1c112cc1
Each ThreadManager is a resource user
|
7 years ago |
Vijay Pai
|
162ae4f50c
Remove std::thread, keep everything else unchanged (#13)
|
7 years ago |
Muxi Yan
|
0e00c43082
Move headers from grpc++ to grpcpp
|
7 years ago |
Jan Tattermusch
|
c9ec2c0888
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
|
7 years ago |
Vijay Pai
|
92e267ec50
Add needed header
|
7 years ago |
Vijay Pai
|
5dd32268be
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
|
8 years ago |
David Garcia Quintas
|
aef267b71e
Put thread creation and join under lock
|
8 years ago |
Jan Tattermusch
|
7897ae9308
auto-fix most of licenses
|
8 years ago |
Craig Tiller
|
35f27cd457
More cleanup
|
8 years ago |
Craig Tiller
|
a3e87894f2
Fix, restore draining
|
8 years ago |
Craig Tiller
|
991c101de8
Initial thread manager fixes
|
8 years ago |
Vijay Pai
|
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
9 years ago |
Sree Kuchibhotla
|
33d5494f8c
generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr
|
9 years ago |
Sree Kuchibhotla
|
385c9b2f05
Address code review comments
|
9 years ago |
Sree Kuchibhotla
|
8f7739bcd6
Rename GrpcRpcManager -> ThreadManager
|
9 years ago |