Page 1 of 1

Posted: Fri Jan 13, 2006 8:59 am
by bronYaur
Somenone know the regitry setting to downlodable the dll cached in ram wen one application is closed?
wath is regisrty string?

The DLL are chached in ram also wen application is closed for more time,i read somewere the registry setting for download the cached dll from ram just the app is close ,no maintence in ram

Thanks in advance

Daniel

<font size=-1>[ This Message was edited by: bronYaur on 2006-01-13 09:00 ]</font>

Posted: Fri Jan 13, 2006 9:13 am
by darkrezin
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurr entVersionExplorer

AlwaysUnloadDLL=1

Posted: Fri Jan 13, 2006 10:35 am
by bronYaur
Big thankSS

Posted: Sat Jan 14, 2006 2:40 pm
by kaju
Hmmm?
Would someone please explain what this is all about?
Has this something to do with music? And music computing?
Sounds to me like a far out cry from somewhere outer space.

Sorry, didn't understand at all. Am I alone?

Posted: Mon Jan 16, 2006 6:13 am
by darkrezin
It's a computing thing. If you use a computer for music, then it might be relevant.

Windows by default retains recently used DLL's in memory even after you quit the app which used them. This registry tweak forces Windows to unload these from RAM when you exit the app.