mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Port the scoreboard from the mpmt_pthread MPM to use APR's shared memory.
Tested on Linux, but it could use testing on other platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
int ap_threads_per_child=0; /* Worker threads per child */
|
||||
int ap_max_requests_per_child=0;
|
||||
static char *ap_pid_fname=NULL;
|
||||
static char *ap_scoreboard_fname=NULL;
|
||||
API_VAR_EXPORT char *ap_scoreboard_fname=NULL;
|
||||
static int ap_daemons_to_start=0;
|
||||
static int min_spare_threads=0;
|
||||
static int max_spare_threads=0;
|
||||
|
Reference in New Issue
Block a user