Re: [xml] document() and import() handlers



libxml is thread agnostic, all what is garanteed is that once the library
is initialized, multiple threads can access the library...

As far as I could tell, 'initializing' means some global variables (which
all are integer-types?) are set to sane default values.

Am I right? If not, I might have to check up on it with some more detail
because it's not possible in my project to make a call to xmlInitParser()
before I go multi-threaded.

Also, I haven't used xmlInitParser() yet because libxslt doesn't either.

                                                                     robert




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]