I have developed an alternative which is more cost effective.I have
developed a version of my 'Pingo' game using AJAX comet, FABridge and
the external interface.In this version I am still using the lobby as a
way for users to challenge each other and to chat with each other,
however there is less overhead since I dont need to create rooms for
every game that is created. The only potential limitation for comet is
server load as I am using a long-polling PHP implementation of comet as
described on...