With PHP and AJAX, Can two clients inter-exchange data without MySQL?

Posted by Devyn on Stack Overflow See other posts from Stack Overflow or by Devyn
Published on 2010-03-20T18:46:34Z Indexed on 2010/03/20 18:51 UTC
Read the original article Hit count: 210

Filed under:
|
|

Hi, Let's assume I'm developing a AJAX, PHP chess game. During the game, one movement of a player will be notified to the another but we are not saving that information. Normally, we used to store in MySQL every time a player makes movement and show update position to another player. What I want is to reduce MySQL load as much as possible and server is not interested in movements between two players. Server will only save final result like who wins. So what should I do?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about php