Yep, the main part of the problem is the huge amount of data that it is handling, I guess... It doesnt query a DB , we generate all the needed info, such as catalogs for example, in the form of XML files. We did it this way because since its an app its going to be in CDs we did not want to force the end user to install MySQL (or whatever DBManager) and the required DB data in order to run the application, not to mention that the people that is going to use the app it's mainly politicians (PC = solitarie, word ) so installing extra stuff was not an option at all :)
Anyway, phase 1 was completed , sometimes get a little slow, because all of the parsing, iterations, filling grids and charting upon the XML data, but the reason why I was looking for some suggestions it's because phase 2 of the project will involve more data :S and I have to follow the same XML approach, but i wanted to know how do you guys do to smooth things a little bit and make things more solid. Thanks for all your comments :) Mario _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

