From 9c9d9998327a3b79b88ed936c6c81f986646b6cf Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 16 Aug 2002 05:47:34 +0000 Subject: [PATCH] Reformat table entries so it is easier to maintain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96408 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/thread_safety.html | 204 +++++++++++++++++++---- 1 file changed, 175 insertions(+), 29 deletions(-) diff --git a/docs/manual/developer/thread_safety.html b/docs/manual/developer/thread_safety.html index d87991fafa..a1d2c9ba3c 100644 --- a/docs/manual/developer/thread_safety.html +++ b/docs/manual/developer/thread_safety.html @@ -53,35 +53,181 @@ individual symbols in the module.

Library List

Please drop a note to dev@httpd.apache.org if you have additions or corrections to this list.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
LibraryVersionThread Safe?Notes
ASpell/PSpell ?
Berkeley DB3.x,4.x YesBe careful about sharing a connection across threads.
BZip2 ?
cdb ?
C-Client ?
cpdflib ?
libcrypt ?
Expat YesNeed a separate parser instance per thread
FreeTDS ?
FreeType ?
GD 1.8.x ?
GD 2.0.x ?
gdbm NoErrors returned via a static gdbm_error variable
ImageMagick ?
Imlib2 ?
libjpegv6b?
libmysqlclient ?
Ming0.2a?
Net-SNMP5.0.x?
OpenLDAP2.1.x?
OpenSSL0.96g?
liboci8 (Oracle 8+)8.x,9.x?
pdflib4.0.x?
libpng1.0.x?
libpng1.2.x?
libpq (PostgreSQL)7.xYesDon't share connections across threads and watch out for crypt() calls
Sablotron0.95?
zlib1.1.4Yes?
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LibraryVersionThread Safe?Notes
ASpell/PSpell?
Berkeley DB3.x, 4.xYesBe careful about sharing a connection across threads.
BZip2 ?
cdb ?
C-Client ?
cpdflib ?
libcrypt ?
Expat YesNeed a separate parser instance per thread
FreeTDS ?
FreeType ?
GD 1.8.x ?
GD 2.0.x ?
gdbm NoErrors returned via a static gdbm_error variable
ImageMagick ?
Imlib2 ?
libjpegv6b?
libmysqlclient ?
Ming0.2a?
Net-SNMP5.0.x?
OpenLDAP2.1.x?
OpenSSL0.96g?
liboci8 (Oracle 8+)8.x,9.x?
pdflib4.0.x?
libpng1.0.x?
libpng1.2.x?
libpq (PostgreSQL)7.xYesDon't share connections across threads and watch out for crypt() calls
Sablotron0.95?
zlib1.1.4Yes?
-- 2.50.1