|
What code is it written in? Because client side code such as javascript (AJAX) has no means of knowing when the database is updated.
Your best bet is to have the game entirely written in Java, that's Java NOT javascript.
Java works synchronously between the client and server. So the server can update ALL the client(s) when any action by another client creates a need to refresh other clients views.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|