]> granicus.if.org Git - apache/commitdiff
Removed comments inherited from worker that don't apply
authorBrian Pane <brianp@apache.org>
Fri, 6 Sep 2002 09:22:06 +0000 (09:22 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 6 Sep 2002 09:22:06 +0000 (09:22 +0000)
to leader/follower

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

server/mpm/experimental/leader/leader.c

index 49343a8d2921775338e1e56e119030de302c9f85..1e35f5ad975a61766847938deb3591e7d37230ed 100644 (file)
  * University of Illinois, Urbana-Champaign.
  */
 
-/* The purpose of this MPM is to fix the design flaws in the threaded
- * model.  Because of the way that pthreads and mutex locks interact,
- * it is basically impossible to cleanly gracefully shutdown a child
- * process if multiple threads are all blocked in accept.  This model
- * fixes those problems.
- */
-
 #include "apr.h"
 #include "apr_portable.h"
 #include "apr_strings.h"