manoj 99/06/23 00:17:19
Modified: mpm/src CHANGES
Log:
Note the presence of mpm_mpmt_pthread
Revision Changes Path
1.10 +3 -0 apache-2.0/mpm/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-2.0/mpm/src/CHANGES,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -u -r1.9 -r1.10
--- CHANGES 1999/06/23 00:28:10 1.9
+++ CHANGES 1999/06/23 07:17:16 1.10
@@ -4,6 +4,9 @@
subdir in src/modules (eg: src/modules/mpm_prefork). Selection
of method uses Rule MPM_METHOD. [Jim Jagielski]
+ * Port the hybrid server from the apache-apr repository as
+ mpm_mpmt_pthread [Manoj Kasichainula]
+
* os/unix/unixd.[ch]: detach, setuid, setgid, stuff which will be common
amongst the unix MPMs