Add commentary on why zlib is threadsafe (fully threadsafe as of 1.1.2
if default zalloc and zfree used - see zlib's changelog)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96409
13f79535-47bb-0310-9956-
ffa450edef68
<td> </td>
</tr>
<tr>
- <td>Expat</td>
- <td> </td>
+ <td><a href="http://expat.sourceforge.net/">Expat</a></td>
+ <td></td>
<td>Yes</td>
<td>Need a separate parser instance per thread</td>
</tr>
<tr>
<td><a href="http://www.gzip.org/zlib/">zlib</a></td>
<td>1.1.4</td>
- <td>Yes?</td>
- <td></td>
+ <td>Yes</td>
+ <td>Relies upon thread-safe zalloc and zfree functions. Default is to use libc's calloc/free which are thread-safe.</td>
</tr>
</table>
<!--#include virtual="footer.html" -->