php - Optimizing ajax speed for use in a gameserver (MMO) -
php - Optimizing ajax speed for use in a gameserver (MMO) -
i'm creating browser-based game (mmo) server , client, using php, jquery , simple ajax calls. server utilize php daemon. server , client need communicate each other fast possible. right i'm reaching responses times of 500 ms (server in us, i'm in europe) quite happy with, multiple players online! can seek out here: http://www.nickotopia.com/
would possible increment speed farther using technologies don't know of? heard smart move transfer node.js can handle faster ajax calls. worth it, considering in case distance between server , client?
thanks in advance!
instead of repeating ajax calls (as guess doing), should utilize server-push solution, comet-like, cut down number of useless communications between server , browser.
php jquery ajax
Comments
Post a Comment