jim 99/03/20 07:14:13
Modified: . STATUS
Log:
My thoughts on MaxRequestsPerChild
Revision Changes Path
1.653 +8 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.652
retrieving revision 1.653
diff -u -r1.652 -r1.653
--- STATUS 1999/03/20 14:51:11 1.652
+++ STATUS 1999/03/20 15:14:12 1.653
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/03/20 14:51:11 $]
+ Last modified at [$Date: 1999/03/20 15:14:12 $]
Release:
@@ -143,6 +143,13 @@
MaxConnectionsPerChild or really fix it to actually count
the number of requests.
Lars: I think we should really fix.
+ Jim: The main idea behind this is to avoid problems with
+ memory leaks. So it really doesn't matter which we
+ do, as long as there's a match between the directive
+ and what it does. Since it's easier, I'd say just
+ rename to MaxConnectionsPerChild but keep MaxRequestsPerChild
+ as an "alias" to that (maybe print a short "MaxRequestsPerChild
+ is depreciated" message when Apache starts).
* get_path_info bug; ap_get_remote_host should be ap_vformatter instead.
See: <[EMAIL PROTECTED]>