Comet VS Ajax polling

Posted by xRobot on Stack Overflow See other posts from Stack Overflow or by xRobot
Published on 2010-06-04T14:58:28Z Indexed on 2010/06/07 12:32 UTC
Read the original article Hit count: 684

Filed under:
|
|
|
|

I need to create a chat like facebook chat.

With Comet I need more memory to keep the connection.

With Ajax polling there is a latency problem if I send request every 3-4 seconds.

So... If the latency ( 3-4 seconds ) doesn't matter, Is Ajax Polling better for my case ?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX