From 1c3539384f6d0cab5904c8e261e6efc18f885d59 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Fri, 16 Aug 2002 00:12:16 +0000 Subject: [PATCH] Minor copy editing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96394 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/thread_safety.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html index 75296d9e27..2cca7a7623 100644 --- a/docs/manual/developer/thread_safety.html +++ b/docs/manual/developer/thread_safety.html @@ -5,7 +5,7 @@ - Apache 2.0 Thread Safe Issues + Apache 2.0 Thread Safety Issues @@ -13,9 +13,9 @@ vlink="#000080" alink="#FF0000"> -

Thread Safetyness

+

Thread Safety

When using any of the threaded mpms in Apache 2.0 it is important - that every function from Apache be thread safe. When linking in 3rd + 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 either as thread safety problems can lead to subtle race conditons that -- 2.40.0