]> granicus.if.org Git - apache/commitdiff
get rid of an obsolete comment. the separate event thread disappeared when
authorGreg Ames <gregames@apache.org>
Sat, 17 Sep 2005 01:14:16 +0000 (01:14 +0000)
committerGreg Ames <gregames@apache.org>
Sat, 17 Sep 2005 01:14:16 +0000 (01:14 +0000)
the event MPM moved into svn.

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

server/mpm/experimental/event/event.c

index 1d12e6d5e050f7085274f1de7dffde913a40fcf3..77455886bcf3bcdc1a15fe2aca3a51c5d873fa17 100644 (file)
@@ -607,9 +607,8 @@ static int process_socket(apr_pool_t * p, apr_socket_t * sock,
          * accept() with a socket readability check, like Win32, 
          * and there are measurable delays before the
          * socket is readable due to the first data packet arriving,
-         * it might be better to create the cs on the listener thread,
-         * set the state to CONN_STATE_CHECK_REQUEST_LINE_READABLE,
-         * and give it to the event thread.
+         * it might be better to create the cs on the listener thread
+         * with the state set to CONN_STATE_CHECK_REQUEST_LINE_READABLE
          *
          * FreeBSD users will want to enable the HTTP accept filter 
          * module in their kernel for the highest performance