I am currently working on a project that will track conversion rates of two currencies at http://www.roblox.com/. This is to see when to trade for the best profit. I decided to use PHP and MySQL (Which I don't know much of) to do this. Someone was kind enough to give me an outdated version of the same project that he worked on in 2013. I need to fix it up, but I think I can do so within the next 6 months. To get to the point, I need to run a cron job every minute that will download the webpage that contains the trade currency rates and have a PHP script find the trade rate and store it. Will my CPU usage run empty if my website downloads a webpage every minute and find/store the rates? That is 1440 webpages to filter and store per day.
Thanks,
Cameron
Thanks,
Cameron