in reply to Improving script that uses xmllint to validate
So, for each and every xml file generation with 1 record of data ( for validation ) will create a hash with 1M entries, that is the reason the script is performing so bad.for record ( list of records ) do create xml file with 1 record of data validate the above xml file if validated then push record to success file else push record to failure file fi done use success file to generate final xml file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Improving script that uses xmllint to validate
by Anonymous Monk on Dec 27, 2008 at 18:25 UTC | |
by matrixmadhan (Beadle) on Dec 28, 2008 at 12:14 UTC |