You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/13 18:09:49 UTC

svn commit: r1325825 - /httpd/httpd/trunk/docs/manual/developer/thread_safety.xml

Author: humbedooh
Date: Fri Apr 13 16:09:49 2012
New Revision: 1325825

URL: http://svn.apache.org/viewvc?rev=1325825&view=rev
Log:
update title and references

Modified:
    httpd/httpd/trunk/docs/manual/developer/thread_safety.xml

Modified: httpd/httpd/trunk/docs/manual/developer/thread_safety.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/thread_safety.xml?rev=1325825&r1=1325824&r2=1325825&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/thread_safety.xml (original)
+++ httpd/httpd/trunk/docs/manual/developer/thread_safety.xml Fri Apr 13 16:09:49 2012
@@ -23,10 +23,10 @@
 <manualpage metafile="thread_safety.xml.meta">
 <parentdocument href="./">Developer Documentation</parentdocument>
 
-<title>Apache 2.0 Thread Safety Issues</title>
+<title>Apache HTTP Server 2.x Thread Safety Issues</title>
 
 <summary>
-    <p>When using any of the threaded mpms in Apache 2.0 it is important
+    <p>When using any of the threaded mpms in the Apache HTTP Server 2.x it is important
     that every function called from Apache be thread safe.  When linking in 3rd
     party extensions it can be difficult to determine whether the resulting
     server will be thread safe.  Casual testing generally won't tell you this