Dynamic Max Children (#462)

* Add support for dynamically adjusting the maximum number of allowed children.
* Update cli to support max number of children.
This commit is contained in:
Nick Banks
2016-08-26 08:42:06 -07:00
committed by Jonathan Hui
parent 3d04344cc9
commit 62f3188081
8 changed files with 123 additions and 17 deletions
+1
View File
@@ -134,6 +134,7 @@ private:
static void ProcessChannel(int argc, char *argv[]);
static void ProcessChild(int argc, char *argv[]);
static void ProcessChildTimeout(int argc, char *argv[]);
static void ProcessChildMax(int argc, char *argv[]);
static void ProcessContextIdReuseDelay(int argc, char *argv[]);
static void ProcessCounters(int argc, char *argv[]);
static void ProcessDataset(int argc, char *argv[]);