]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no longer amusing.
authorGreg Ames <gregames@apache.org>
Wed, 15 Apr 2009 18:52:39 +0000 (18:52 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 15 Apr 2009 18:52:39 +0000 (18:52 +0000)
I'll still pay off if somebody does it legitimately, but I haven't been
to Apachecon in ages so we'll have to work out a different delivery
mechanism.  With the stability of the 2.0.x and 2.2.x releases and
Moore's Law in effect for the last decade, it might be possible...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765305 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c
server/mpm/worker/worker.c

index 84bd2a6831049520ab7dbba63a2f58652a76c04f..630121adbc52932b3fffc6d467b1e54fcb5b193a 100644 (file)
@@ -772,17 +772,6 @@ static void check_infinite_requests(void)
         signal_threads(ST_GRACEFUL);
     }
     else {
-        /* wow! if you're executing this code, you may have set a record.
-         * either this child process has served over 2 billion requests, or
-         * you're running a threaded 2.0 on a 16 bit machine.
-         *
-         * I'll buy pizza and beers at Apachecon for the first person to do
-         * the former without cheating (dorking with INT_MAX, or running with
-         * uncommitted performance patches, for example).
-         *
-         * for the latter case, you probably deserve a beer too.   Greg Ames
-         */
-
         requests_this_child = INT_MAX;  /* keep going */
     }
 }
index 45840328b8768b9dff4319e7e16ddae26fcb9a40..a5994d0c2d58241624c35bd3d83badbedb818a6a 100644 (file)
@@ -571,17 +571,6 @@ static void check_infinite_requests(void)
         signal_threads(ST_GRACEFUL);
     }
     else {
-        /* wow! if you're executing this code, you may have set a record.
-         * either this child process has served over 2 billion requests, or
-         * you're running a threaded 2.0 on a 16 bit machine.
-         *
-         * I'll buy pizza and beers at Apachecon for the first person to do
-         * the former without cheating (dorking with INT_MAX, or running with
-         * uncommitted performance patches, for example).
-         *
-         * for the latter case, you probably deserve a beer too.   Greg Ames
-         */
-
         requests_this_child = INT_MAX;      /* keep going */
     }
 }