Re: libxml and thread safety



On Tue, Apr 25, 2000 at 04:24:01PM -0700, Andy Tai wrote:
> Hi, just a question on libxml:
> 
> Is libxml 2.0 multi-thread safe?

  Two threads should be able to parse different files concurrently without
problems. However there is no protection against concurrent accesses when
a thread modify the tree, you would have to manage locks at your level
in taht case,

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux XML libxml WWW
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | Gnome rpm2html rpmfind
 http://www.w3.org/People/all#veillard%40w3.org  | RPM badminton Kaffe




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