4suite XSLT thread safe ?

Istvan Albert ialbert at mailblocks.com
Wed Jan 26 09:46:12 EST 2005


Diez B. Roggisch wrote:

> What do you mean by that? You can of course transform xml using xslt in as
> many threads as you like 

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.


Istvan.



More information about the Python-list mailing list