[flexcoders] is it possible to run background time consuming task in flex2?

2006-09-21 Thread nevgeniev
Hi, Flex2/ActionScript programming model is singlethreaded, but it has asynchronous IO calls. This means that obviously AVM has threads to implement asyncIO. I need to perform some time consuming computations within actionscript, but I can't spawn new thread in AS. Hence the questions: 1. can

Re: [flexcoders] is it possible to run background time consuming task in flex2?

2006-09-21 Thread Paul Andrews
- Original Message - From: nevgeniev [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 21, 2006 12:26 PM Subject: [flexcoders] is it possible to run background time consuming task in flex2? Hi, Flex2/ActionScript programming model is singlethreaded, but it