i want to know if i can use threading model like posix or any else in flex, i am a beginer of flex and i want to know if i can use threads in it for multitasking, tahnks
+1
A:
check out this post maybe it helps http://questionat.com/questions/1154-multithreading-in-flex
kamran
2009-12-25 16:14:14
this means it cant be implemented? flex does not has such model?
kashif
2009-12-25 16:38:11
A:
No, your Flash/Flex code will only run on a single thread, but you can achieve a lot through the asynchronous/event model.
Karthik
2009-12-26 09:17:32
A:
Flex and ActionScript are single-threaded, so there's no threading model you can use.
ettore
2009-12-26 23:07:15