Monitoring Long-Running Transactions with Flex
Tuesday, June 24th, 2008Ryan Stewart and I are crazy about GPS and geospatial information. We both actually carry a Trackstick device wherever we travel which records our adventures. The data file can be accessed via USB as any number of formats, but it is usually XML-oriented. Of course we’re both building applications that use this data, which is when I ran into the problem of waiting for a server to process several megabytes of XML data. Using Flex I was able to monitor the long-running transaction without unnecessarily delaying the responsiveness of the user interface.
(more…)