tags:

views:

191

answers:

3

hi all:

I was in http://finance.yahoo.com/ and checked the europe tab ( markets are open here atm) you ll see trades updating live, I went to firebug to the Net tab and there was no updates... so I wonder how are they doing that? I can see there is a streamerapi.finance.yahoo.com that actually makes fiddler throw an error.

Anyone knows anything else about this live update?

Really interested in this, would really like to know if they are constantly polling , the updates seem to happen at irregular intervals

found some info here Please note my interest is on the seeminly push aspect of it ( ie view is updated when there is new information)

Cheers

+1  A: 

It is called Comet.

http://en.wikipedia.org/wiki/Comet_(programming)

truppo
+1  A: 

It is a comet system using a hidden iframe technique. A step by step description of what is going on with streamerapi as well as a simple debug HTA to consume the feed is available on my site: AJAX Push – Comet.

Andrew
A: 

hi

I also want to do the same live updates in my website at http://www.huntertextiles.com Awaiting for an answer please.

Ali