]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
comment is slightly more accurate
authorJeff Trawick <trawick@apache.org>
Tue, 5 Apr 2005 12:21:33 +0000 (12:21 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 5 Apr 2005 12:21:33 +0000 (12:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@160164 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 0f7bcb0c5e3cd0a27abb86d51e2a19fe88e5a1f9..44a2bd776da8ec5d7fd3ddf7bf02df457696db8d 100644 (file)
@@ -588,8 +588,9 @@ accept_mutex_methods_s accept_mutex_uslock_s = {
 
 #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.
  */