Hiya All,
I am currently running a script that i've created in PHP that parses and sorts out 6 different xml files of around 40mb each.
I currently run the script through a browser, and a cron job to wget the page.
But sometimes with the server load it can clog up apache and and the rest of the server, Would it make sense to convert it to PHP CLI and make it purely command line? Would this improve performance? is it worth the time to do?
The script merely finds all the data it needs, formats, sorts and then places into MySQL.
So PHP CLI or PHP Web?
Thanks in advance.
Shadi