1 user responded in this post

Subscribe to this post comment rss or trackback url
mygif
Larry Miller said in May 8th, 2008 at 2:29 pm

Bad Idea.
Windows delays unloading of DLL’s for performance reasons. DLL’s are a shared resource and used by many programs. When an application closes the DLL’s are kept in memory in case the loading program or another program requires it. Can this be a waste of memory? Certainly. Wasted memory is memory that is not currently being used for your benefit. Free memory is empty and not being used at all. This is the absolute ultimate in wasted memory. Of course this memory is immediately available when needed. Memory used by unneeded DLL’s can be very quickly and easily freed by the system when needed. This tweak is contributing to memory waste, not helping to solve it.

Larry Miller
Microsoft MCSA, Network+, A+

Leave A Reply

 Username (*required)

 Email Address (*private)

 Website (*optional)

Please Note: Comment moderation maybe active so there is no need to resubmit your comments