Hi,
i need to buld an application that goes to a PHP (over ajax) and gets currency quotes every 1 seccond.
(I have set the PHP code and its working fine).
if you take a look at the table in the next page:
http://www.forex-markets.com/quotes_exotic.htm (just an example)
i need to refresh the quotes every 1 second.
what is the best way to do that?
after 90 requests the the browder crashed.
i always makes sure to delete the object.
and im always waiting for status 200 to send the new request so i wont create an over head.
any ideas how todo that?
thanks.