From: Brian Pane Date: Fri, 16 Aug 2002 00:12:16 +0000 (+0000) Subject: Minor copy editing X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deb0008b36e1ab449cb17cb3685d384f8f11a5b7;p=apache Minor copy editing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96394 13f79535-47bb-0310-9956-ffa450edef68 --- 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