Re: [xml] New libxml which is reentrant ?



On Tue, Jul 08, 2008 at 02:04:32AM +0200, Roland Mainz wrote:
Are there any plans to make a new libxml version which is reentrant and

  Define reentrant.

removes the use of global variables, e.g. replaces |xmlInitGlobals()|

  no, though the use of global variable has been limited to strict minimum with
new APIs

with a function which returns a "handle" (similar to |_xmlGlobalState|)

  no

which is per thread and/or consumer (similar to how PAM handles thread

  global variables are already per thread

support) and then passed explicitly to each consuming function ?

  no

In a nutshell, do not expect a libxml2 redesign.

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/



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