A HTTP/SQL based game is going to hammer a server pretty hard, even a dedicated one. It's just not the right solution for a scalable or realtime game. If there's 50 players in a room, the sql database is logging each of those and then recalling them for each client who requests it, it's not practical.