4suite XSLT thread safe ?

Diez B. Roggisch deetsNOSPAM at web.de
Wed Jan 26 10:05:37 EST 2005


> It is not unthinkable that some parts of the library would not be
> threadsafe. They could have some internal shared global variable
> that keeps track of an intermediate state.
> Some C string processing functions are not thread safe either.

While the only one how can answer this is Uche himself, I'm confident that
this is not the case - modern OO-style apis associate state usually on a
per-object base. And 4suite is heavily OO-styled.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list