PHP, MySQL, Memcache / Ajax Scaling Problem
- by Jeff Andersen
I'm building a ajax tic tac toe game in PHP/MySQL.
The premise of the game is to be able to share a url like mygame.com/123 with your friends and you play multiple simultaneous games.
The way I have it set up is that a file (reload.php) is being called every 3 seconds while the user is viewing their game board space. This reload.php builds their…