PHP Game

Posted on 16th Feb 2014 by admin

hy i was wondering what's the best method in order to make some automatic updates in a php game

let's say that the user should gain 1gold each minute but the user is not logged in and the process is happening automatically . what will be the best method?
if it's cron jobs then what you will use if you need constant update (real time) because cron jobs every second is resource killing

thank

Other forums