简体   繁体   中英

Concurrency and Networking in Flex and Actionscript

I am interested in making a RIA in Flex that will communicate with my server. The application will be downloading and uploading very often. It will need to be able to download hundreds of images over the course of its runtime.

However, I have read that Flash does not support threading. Would this be a major problem if I want the UI to run smoothly while the application downloads and uploads in the background?

Flash uses a separate thread for networking. All I/O is asynchronous so the UI doesn't block while communicating with the network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM