diff options
author | Brian Pane <brianp@apache.org> | 2002-08-16 02:12:16 +0200 |
---|---|---|
committer | Brian Pane <brianp@apache.org> | 2002-08-16 02:12:16 +0200 |
commit | 1c3539384f6d0cab5904c8e261e6efc18f885d59 (patch) | |
tree | 972efd3c06740893c057e6ab4ad556043cfe5268 /docs/manual/developer/thread_safety.html | |
parent | A bit of info from Ian (diff) | |
download | apache2-1c3539384f6d0cab5904c8e261e6efc18f885d59.tar.xz apache2-1c3539384f6d0cab5904c8e261e6efc18f885d59.zip |
Minor copy editing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/thread_safety.html')
-rw-r--r-- | docs/manual/developer/thread_safety.html | 6 |
1 files 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 @@ <head> <meta name="generator" content="HTML Tidy, see www.w3.org" /> - <title>Apache 2.0 Thread Safe Issues</title> + <title>Apache 2.0 Thread Safety Issues</title> </head> <!-- Background white, links blue (unvisited), navy (visited), red (active) --> @@ -13,9 +13,9 @@ vlink="#000080" alink="#FF0000"> <!--#include virtual="header.html" --> - <h1>Thread Safetyness</h1> + <h1>Thread Safety</h1> <p>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 |