in reply to Re^2: XML::LibXML - could not create file parser context : no error
in thread XML::LibXML - could not create file parser context : no error
for (1 .. 10000) { my $p = 'XML::LibXML'->new; my $d = $p->parse_file('example.xml'); my $n = $d->findnodes('/'); }
Does any other process overwrite the file at the same time?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::LibXML - could not create file parser context : no error
by Anonymous Monk on Nov 15, 2013 at 14:03 UTC | |
by choroba (Cardinal) on Nov 15, 2013 at 22:26 UTC | |
by rbala (Acolyte) on Nov 17, 2013 at 17:35 UTC | |
by hippo (Archbishop) on Nov 15, 2013 at 22:04 UTC | |
by rbala (Acolyte) on Nov 17, 2013 at 17:07 UTC |