Tuesday, March 3, 2009

Asynchronous downloads

One of the things I've learned about the download code is that it uses Asynchronous calls to handle the downloading of the image files from the server in the background.

I found a good article on doing these calls in .NET which explains a lot of the World Wind .NET download code and what it is doing.

http://www.codeproject.com/KB/dotnet/async_pattern.aspx

I need to understand this in order to really implement the more robust queuing method.

No comments:

Post a Comment