I'm looking to develop a chat similar to Facebook's chat feature.
Using Comet would require more memory to maintain the connection.
There seems to be a latency issue when using Ajax polling if requests are sent every 3-4 seconds.
Considering that latency isn't a major concern, would Ajax Polling be the better option in this scenario?