From: Justin Erenkrantz
Please drop a note to dev@httpd.apache.org if you have additions or corrections to this list.
-| Library | Version | Thread Safe? | Notes |
|---|---|---|---|
| ASpell/PSpell | ? | ||
| Berkeley DB | 3.x,4.x | Yes | Be careful about sharing a connection across threads. |
| BZip2 | ? | ||
| cdb | ? | ||
| C-Client | ? | ||
| cpdflib | ? | ||
| libcrypt | ? | ||
| Expat | Yes | Need a separate parser instance per thread | |
| FreeTDS | ? | ||
| FreeType | ? | ||
| GD 1.8.x | ? | ||
| GD 2.0.x | ? | ||
| gdbm | No | Errors returned via a static gdbm_error variable | |
| ImageMagick | ? | ||
| Imlib2 | ? | ||
| libjpeg | v6b | ? | |
| libmysqlclient | ? | ||
| Ming | 0.2a | ? | |
| Net-SNMP | 5.0.x | ? | |
| OpenLDAP | 2.1.x | ? | |
| OpenSSL | 0.96g | ? | |
| liboci8 (Oracle 8+) | 8.x,9.x | ? | |
| pdflib | 4.0.x | ? | |
| libpng | 1.0.x | ? | |
| libpng | 1.2.x | ? | |
| libpq (PostgreSQL) | 7.x | Yes | Don't share connections across threads and watch out for crypt() calls |
| Sablotron | 0.95 | ? | |
| zlib | 1.1.4 | Yes? |
| Library | +Version | +Thread Safe? | +Notes | +
|---|---|---|---|
| ASpell/PSpell | ++ | ? | ++ |
| Berkeley DB | +3.x, 4.x | +Yes | +Be careful about sharing a connection across threads. | +
| BZip2 | ++ | ? | ++ |
| cdb | ++ | ? | ++ |
| C-Client | ++ | ? | ++ |
| cpdflib | ++ | ? | ++ |
| libcrypt | ++ | ? | ++ |
| Expat | ++ | Yes | +Need a separate parser instance per thread | +
| FreeTDS | ++ | ? | ++ |
| FreeType | ++ | ? | ++ |
| GD 1.8.x | ++ | ? | ++ |
| GD 2.0.x | ++ | ? | ++ |
| gdbm | ++ | No | +Errors returned via a static gdbm_error variable | +
| ImageMagick | ++ | ? | ++ |
| Imlib2 | ++ | ? | ++ |
| libjpeg | +v6b | +? | ++ |
| libmysqlclient | ++ | ? | ++ |
| Ming | +0.2a | +? | ++ |
| Net-SNMP | +5.0.x | +? | ++ |
| OpenLDAP | +2.1.x | +? | ++ |
| OpenSSL | +0.96g | +? | ++ |
| liboci8 (Oracle 8+) | +8.x,9.x | +? | ++ |
| pdflib | +4.0.x | +? | ++ |
| libpng | +1.0.x | +? | ++ |
| libpng | +1.2.x | +? | ++ |
| libpq (PostgreSQL) | +7.x | +Yes | +Don't share connections across threads and watch out for crypt() calls | +
| Sablotron | +0.95 | +? | ++ |
| zlib | +1.1.4 | +Yes? | ++ |