ChildConfig.h
Go to the documentation of this file.
97 };
116#define dump_HelperChildConfig(e,n,c) storeAppendPrintf((e), "\n%s %d startup=%d idle=%d concurrency=%d\n", (n), (c).n_max, (c).n_startup, (c).n_idle, (c).concurrency)
Definition: ChildConfig.h:22
ChildConfig & updateLimits(const ChildConfig &rhs)
Definition: ChildConfig.cc:44
time_t reservationTimeout
older stateful helper server reservations may be forgotten
Definition: ChildConfig.h:109
SubmissionErrorHandlingAction onPersistentOverload
how to handle a new request for helper that was overloaded for too long
Definition: ChildConfig.h:99
SubmissionErrorHandlingAction
how to handle a serious problem with a helper request submission
Definition: ChildConfig.h:94