|
|
|
|
|
by carlosrr
6244 days ago
|
|
Something that needs to update so frequently shouldn't poll for its data. It would be a better idea to create a Comet server. That simplifies synchronization since you don't have to query the DB every time someone does a request. Instead, you query it every time someone changes a field. |
|