I have a pretty complicated problem. I need to retrieve realtime data from a server via a perl script. The problem is that i call the same script. Will it return different data every 5 seconds for example? Or it will use cached data? And if so, how can i solve this problem?
Also, what method will you apply if you would need real time data in flash?
Thank you very much for the answers.