Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
On a beefy windows box, this is taking literally hours, but only 10 minutes on a Unix box.my $twig= new XML::Twig; # Parse the XML file $twig->parsefile( "$rrd\.xml");
I know their is a substantial difference between the two processors, (64 bit vs 32 bit) but are there any performance mods I can make to the code to make it any faster for windows?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML Parse performance
by mirod (Canon) on Mar 19, 2003 at 17:06 UTC | |
|
Re: XML Parse performance
by Elian (Parson) on Mar 19, 2003 at 18:47 UTC | |
by mirod (Canon) on Mar 19, 2003 at 19:10 UTC | |
|
Re: XML Parse performance
by grantm (Parson) on Mar 19, 2003 at 21:45 UTC | |
|
Re: XML Parse performance
by Anonymous Monk on Mar 21, 2003 at 05:19 UTC |