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 <[EMAIL PROTECTED]>
 infoSense AS / development
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to