Hi,
I am implementing a composite application that needs to load most of the modules at startup (all of them have data to show in the view at startup) and I am afraid that if I use the existing module loaders it will take several minutes to load of all them. I was considering overriding the method LoadModulesThatAreReadyForLoad() in ModuleManager. Would it be the right way to go? Can you provide tips or examples on how to customize module loading to load each module in its own thread in parallel?
Thanks,