/usr/src/redhat/BUILD/httpd-2.2.3/server/mpm/experimental/event/mpm_default.h

説明を見る。
00001 /* Licensed to the Apache Software Foundation (ASF) under one or more
00002  * contributor license agreements.  See the NOTICE file distributed with
00003  * this work for additional information regarding copyright ownership.
00004  * The ASF licenses this file to You under the Apache License, Version 2.0
00005  * (the "License"); you may not use this file except in compliance with
00006  * the License.  You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 
00026 #ifndef APACHE_MPM_DEFAULT_H
00027 #define APACHE_MPM_DEFAULT_H
00028 
00029 /* Number of servers to spawn off by default --- also, if fewer than
00030  * this free when the caretaker checks, it will spawn more.
00031  */
00032 #ifndef DEFAULT_START_DAEMON
00033 #define DEFAULT_START_DAEMON 3
00034 #endif
00035 
00036 /* Maximum number of *free* server processes --- more than this, and
00037  * they will die off.
00038  */
00039 
00040 #ifndef DEFAULT_MAX_FREE_DAEMON
00041 #define DEFAULT_MAX_FREE_DAEMON 10
00042 #endif
00043 
00044 /* Minimum --- fewer than this, and more will be created */
00045 
00046 #ifndef DEFAULT_MIN_FREE_DAEMON
00047 #define DEFAULT_MIN_FREE_DAEMON 3
00048 #endif
00049 
00050 #ifndef DEFAULT_THREADS_PER_CHILD
00051 #define DEFAULT_THREADS_PER_CHILD 25
00052 #endif
00053 
00054 /* File used for accept locking, when we use a file */
00055 #ifndef DEFAULT_LOCKFILE
00056 #define DEFAULT_LOCKFILE DEFAULT_REL_RUNTIMEDIR "/accept.lock"
00057 #endif
00058 
00059 /* Where the main/parent process's pid is logged */
00060 #ifndef DEFAULT_PIDLOG
00061 #define DEFAULT_PIDLOG DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
00062 #endif
00063 
00064 /*
00065  * Interval, in microseconds, between scoreboard maintenance.
00066  */
00067 #ifndef SCOREBOARD_MAINTENANCE_INTERVAL
00068 #define SCOREBOARD_MAINTENANCE_INTERVAL 1000000
00069 #endif
00070 
00071 /* Number of requests to try to handle in a single process.  If <= 0,
00072  * the children don't die off.
00073  */
00074 #ifndef DEFAULT_MAX_REQUESTS_PER_CHILD
00075 #define DEFAULT_MAX_REQUESTS_PER_CHILD 10000
00076 #endif
00077 
00078 #endif /* AP_MPM_DEFAULT_H */
00079 

Apacheに対してSun Jul 19 22:05:23 2009に生成されました。  doxygen 1.4.7