Re: [xml] is libxml2 library thread safe
- From: "Martin B." <0xCDCDCDCD gmx at>
- To: xml gnome org
- Subject: Re: [xml] is libxml2 library thread safe
- Date: Mon, 23 Jan 2012 10:11:58 +0100
On 22.01.2012 23:15, ajay bhadauria wrote:
Hi,
Is libxml2 library is thread safe ? Can we use the same
xmlSchemaValidCtxtPtr across the threads for schema validation ?
libxml2 is thread-safe after the library has been initialized with
xmlInitParser()
I would assume that xmlSchemaValidCtxtPtr is also thread-safe in
general. (As long as you do not use it on the same object.)
cheers,
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]