I am writing an application that searches data and writes it to a text file. All this is done through looping, many times through 150,000 data items.
After the application ends my computer becomes sluggish and stays that way. I have tweaked the registry to "AlwaysUnloadDlls", thinking the dlls used by the application is hanging around to long. this has not worked. Anyone have any ideas to stop the sluggishness?