Forum Moderators: coopster
The other thought would be JavaScript and save the state on every change and only update when it's open in at least one browser window. I personally think JS/AJAX is probably going to be your best bet to get close to what you're looking for if you're concerned about resources and/or don't have your own box.
Not sure on other options, maybe someone else has some better ones...
Some time ago, I read something about PHP daemons, which can run in the server background and can be a solution for your game...
You can read more about daemon on:
[pear.php.net...]
What kind of information do you want to run automatically?