From: Daniel Gruno Date: Fri, 13 Apr 2012 16:09:49 +0000 (+0000) Subject: update title and references X-Git-Tag: 2.5.0-alpha~7166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1397e3aea445238365600d0dfcc30bf5f5bbf215;p=apache update title and references git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325825 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/thread_safety.xml b/docs/manual/developer/thread_safety.xml index c3c0ca6255..4c92753f9e 100644 --- a/docs/manual/developer/thread_safety.xml +++ b/docs/manual/developer/thread_safety.xml @@ -23,10 +23,10 @@ Developer Documentation -Apache 2.0 Thread Safety Issues +Apache HTTP Server 2.x Thread Safety Issues -

When using any of the threaded mpms in Apache 2.0 it is important +

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