I know that Actionscript is not multi-threaded. But, I want to address this somehow. I need to make multiple requests to the server while the UI is being rendered (UI renders multiple graphs).
I found this article and I am exploring how to make best of use of this for my situation.
Is there any alternative friends?