Re: [fpc-pascal] Jpeglib thread safe?

2011-07-26 Thread Max Vlasov
On Tue, Jul 26, 2011 at 6:40 PM, Shaun Simpson wrote: > Hi, > > ** ** > > Looking around I have read that the C equivalent Jpeglib is not thread > safe. > > I believe that the Pascal code is derived from the C. > > ** ** > > Is the Free Pascal implementation of Jpeglib is thread safe?

[fpc-pascal] Jpeglib thread safe?

2011-07-26 Thread Shaun Simpson
Hi, Looking around I have read that the C equivalent Jpeglib is not thread safe. I believe that the Pascal code is derived from the C. Is the Free Pascal implementation of Jpeglib is thread safe? I am using a class similar to FPReadJPEG and FPWriteJPEG from multiple threads, do I need so