Drstein99
Well-known member
Im writing a large application that uses many different .dlls. Ive noticed MOST .dlls load initially on first program load.
There are a few occaisions where the OTHER .dlls load WHEN those functions are called - sometimes the users go into special dialogs that trigger the functions on those .dlls - which naturally, cause the system to hesitate for the first time while it loads from disk into cache memory.
Im seeking advice on HOW to PREMATURELY load ALL REFERENCE .dlls into memory AT initial load of the application; so that when users click stuff for the first time, it doesnt hesitate seeking disk activity and runs from its cache. Please help, thanks.
There are a few occaisions where the OTHER .dlls load WHEN those functions are called - sometimes the users go into special dialogs that trigger the functions on those .dlls - which naturally, cause the system to hesitate for the first time while it loads from disk into cache memory.
Im seeking advice on HOW to PREMATURELY load ALL REFERENCE .dlls into memory AT initial load of the application; so that when users click stuff for the first time, it doesnt hesitate seeking disk activity and runs from its cache. Please help, thanks.