mpm_default.h revision 17d694af8759910d5dcddc9eea7828372d6b1d5c
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Copyright 2001-2004 Apache Software Foundation
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * Licensed under the Apache License, Version 2.0 (the "License");
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * you may not use this file except in compliance with the License.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * You may obtain a copy of the License at
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * Unless required by applicable law or agreed to in writing, software
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * distributed under the License is distributed on an "AS IS" BASIS,
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * See the License for the specific language governing permissions and
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * limitations under the License.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Number of servers processes to spawn off by default
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Maximum number of *free* server threads --- more than this, and
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * they will die off.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Minimum --- fewer than this, and more will be created */
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Where the main/parent process's pid is logged */
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes#define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * Interval, in microseconds, between scoreboard maintenance.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes/* Number of requests to try to handle in a single process. If <= 0,
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes * the children don't die off.
d5b12fe8ae917e654a33247fd4e59dc9e75170aebnicholes#endif /* AP_MPM_DEFAULT_H */