How do I implement a real time updating /live html streaming method in applications like FriendFeed, Stackoverflow, Blip.fm ?
Is it done using a jQuery/Ajax request from client to server every X seconds? (FriendFeed is like every 1 second) or there is another technique?