Re: using deflateSetDictionary DEFLATE ZLIB



On Jul 28, 12:53 am, Mark Adler <mad...@xxxxxxxxxxxxxxxxxx> wrote:
On Jul 26, 5:48 am, George Wilson <george_wilson_...@xxxxxxxxx> wrote:

I have one more question is the zlib lib build for windows is thread
safe.

The zlib code itself is thread-safe. Whether zlib is thread-safe
depends on whether the functions it calls are thread-safe, e.g. malloc
and free, or for the gz* functions, stdio.

I don't actually know if the zlib DLL we distribute is thread-safe. I
suspect it depends on what environment it's run in.

Mark

Thankyou Mark for all your replies
George Wilson

.



Relevant Pages