From 1397e3aea445238365600d0dfcc30bf5f5bbf215 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 13 Apr 2012 16:09:49 +0000 Subject: [PATCH] update title and references git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325825 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/thread_safety.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0