You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2005/04/05 14:21:34 UTC

svn commit: r160164 - httpd/httpd/branches/1.3.x/src/main/http_main.c

Author: trawick
Date: Tue Apr  5 05:21:33 2005
New Revision: 160164

URL: http://svn.apache.org/viewcvs?view=rev&rev=160164
Log:
comment is slightly more accurate

Modified:
    httpd/httpd/branches/1.3.x/src/main/http_main.c

Modified: httpd/httpd/branches/1.3.x/src/main/http_main.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/1.3.x/src/main/http_main.c?view=diff&r1=160163&r2=160164
==============================================================================
--- httpd/httpd/branches/1.3.x/src/main/http_main.c (original)
+++ httpd/httpd/branches/1.3.x/src/main/http_main.c Tue Apr  5 05:21:33 2005
@@ -588,8 +588,9 @@
 
 #if defined (HAVE_PTHREAD_SERIALIZED_ACCEPT)
 
-/* This code probably only works on Solaris ... but it works really fast
- * on Solaris.  Note that pthread mutexes are *NOT* released when a task
+/* This code probably doesn't work on many platforms, but it is
+ * known to work really fast (at least on Solaris and AIX).
+ * Note that pthread mutexes are *NOT* released when a task
  * dies ... the task has to free it itself.  So we block signals and
  * try to be nice about releasing the mutex.
  */