Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getConcurrentClientLimit
Method
getConcurrentClientLimit
lib/cpp/src/thrift/server/TServerFramework.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
int64_t TServerFramework::getConcurrentClientLimit() const {
192
Synchronized sync(mon_);
193
return limit_;
194
}
195
196
int64_t TServerFramework::getConcurrentClientCount() const {
197
Synchronized sync(mon_);
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64