On Wed, Aug 28, 2013 at 07:26:36PM +0200, Oliver Friedrich wrote:
> Hello.
> I have the following multi thread related problem.
>
> main(){
> xmlInitParser();
> //validationstuff
> xmlParserCtxtPtr globalContext = xmlSchemaValidCtxtGetParserCtxt(ctxt);
> }
>
> threadFunction(){
> xPathObjectPtr f
Hello.
I have the following multi thread related problem.
main(){
xmlInitParser();
//validationstuff
xmlParserCtxtPtr globalContext = xmlSchemaValidCtxtGetParserCtxt(ctxt);
}
threadFunction(){
xPathObjectPtr foos = xmlXPathEvalExpression ("foo", globalContext);
//read all the foos
}
(sorry I don