History log of /httpd/server/mpm/worker/Makefile.in
Revision Date Author Comments Expand
0af58edfee6112cc3399e0e693340e525b96ab1c 832434 03-Nov-2009 trawick

Change the configure-based MPM build mechanism to support building an MPM as a shared shared or dynamic module, primarily using the APACHE_MPM_MODULE() function. --enable-mpms-shared now builds/installs the MPMs as dynamic modules. (But no LoadModule directives are added.)

ae513479ef15ec9f76aa7b0ecb618ecfcdeb211c 93358 11-Feb-2002 rbb

Remove all signal handling from the worker MPM's child processes. Instead, we use the pipe of death for all communication between parent and child.

b1627fe7e2cb3809dcdfdf1fcbbb6dbccaf788c6 89781 30-Jul-2001 rbb

Add the worker MPM. The name is probably horrible, but I couldn't come up with anything better. This is a multiple-worker/single listener MPM. This MPM is definately not complete, but it is a first step in the right direction.