Hi everyone.
I'm finding contradicting (and quite outdated) info on the net about the subject: how thread-safe is libxml2? does anyone have any experience with that?
I'm using it for creating xml documents, but not parsing them, using the tree module. only one thread can access a specific document object at a time, so i'm not worried there, but i have many small documents open (possibly hundreds at once), and access to them on the global level is asynchronous. should i be worried?



================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to