Class MpmConfiguration
java.lang.Object
com.aoindustries.aoserv.daemon.httpd.MpmConfiguration
The result of a MPM configuration calculation. This is used both to configure the server and as a basis to
interpret process state into current concurrency for monitoring.
TODO: Watch number of available processors and rebuild configs when changed.
TODO: AH00513: WARNING: MaxRequestWorkers of 200 is not an integer multiple of ThreadsPerChild of 13, decreasing to nearest multiple 195, for a maximum of 15 servers.
- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MpmConfiguration
- Throws:
IOException
SQLException
-
-
Method Details
-
getConcurrencyPerChildProcess
public int getConcurrencyPerChildProcess()
-