On Mon, 20 Oct 2003 17:35:30 -0700 (PDT)
Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:

> True, I should have mentioned that the mutex might have to span an
> entire sequence of calls from open to close or something to that
> effect.
> 
> In the specific case of GD, it wouldn't actually be hard to make it 
> threadsafe.  Shane did it before to GD1 and it should probably be done
> 
> again for our bundled version of GD2.

While working on my new gfx lib, I use these macros especially for FT2
and its cache and for the vectors graphics.

I did not deeply test and  analyze external libs like png, tiff, and
others to see if they are really TS, but the most widely used seem to
be TS as there is not global static data. But I'm really not a thread
expert :-/

I'm interested in every issues you have got using GD2 (bundled) and how
you think to solve them (or how have you already solved them).

pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to