Well, there is no (process) blocking in Flash, so I'm not sure how you could ever freeze the user interface (other than endless loops!).
 
Flash is basically an asynchronous, event-based VM.
 
In MVC parlance, your controller would be set up to listen for events dispatched by the user interface (view). Any processes running in the background should proceed, undisturbed. However, in that case, the possiblities for some kind of data collisions (in model) are wide open (no thread locking).
 
[Please correct me, if I'm off.]
 
Scott

 
On 6/9/06, n51red <[EMAIL PROTECTED]> wrote:

Is there any mechanism for multithreading in Flex(2.0), such that
client side processing can continue without freezing the user interface?

Thanks,
N51




--

: : ) Scott __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to