4suite XSLT thread safe ?

Ola Natvig ola.natvig at infosense.no
Wed Jan 26 09:56:00 EST 2005


Istvan Albert wrote:
> 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.

It looks like there are some problems with multiple threads accessing 
the the processor 'at once', think I'll write som kind of syncronizing 
wrapper or supply multiple processors to the threads.

-- 
--------------------------------------
  Ola Natvig <ola.natvig at infosense.no>
  infoSense AS / development



More information about the Python-list mailing list