[Expat-discuss] expat Thread safe?
Fred L. Drake, Jr.
fdrake@acm.org
Fri Oct 25 15:43:16 2002
Peter Dennett writes:
> I would like to run expat on several different threads
> at the same time. Any one know of any problems
> within expat with statics, globals, or externals?
> I certainly will be looking at the code but hope
> someone may have already faced this...
At any given time, only one thread should be using any single
XML_Parser object, but several threads can use separate XML_Parser
objects without problems.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation