Hey folks, I'm having an issue passing a semi-large amount of records in to a Flex app. I need a quick way (under 2-3 seconds would be ideal) to get 7,000+ records over. Now, when I create an XML page in asp and pass it over, the load factor seems to be limited by ASP writing out the XML (takes about 12-15 seconds). I though it may be the database access time, so I loaded in to an Application Variable so there was no database interaction at all and the time was only cut by about a second. That leads me to believe it was the actual response write that was causing the load time.
Is there any way to pass that Application variable directly to Flex or an alternate way to load the records over to Flex? Thanks! Luke ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
