keeping ISAPI extension loaded in Web Server cache
- From: Randy <Randy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Apr 2009 10:56:01 -0700
I have 3 ISAPI DLL's that I want to keep loaded always in the web server (to
improve performance, so there is never a delay initially to load the DLL into
the webserver). I already have an exe that runs on system boot-up that loads
the 3 DLLs into the webserver by hitting the appropriate URL
(http://localhost/xxxx) but I want them to remain in the webserver cache
indefinitely.
I know there is a "ScriptUnloadDelay" registry setting under
"HKLM\COMM\HTTPD" for controlling how long ISAPI extensions are cached for.
What's the max value that this can be set to? Is there a special value (like
zero?) that will make them remain in the cache indefinitely.
I also read of someone using "HKLM\Comm\HTTPD\SCRIPTPERSIST" registry
settings but that doesn't seem to work for me.
Worst case I can just have an executable keep hitting these DLLs through the
http://localhost/xxxx link but was wondering if there was a better way of
doing this? Or at least doing this as infrequently as possible by setting
"ScriptUnloadDelay" to its max value.
.
- Prev by Date: nand flash mount problem windows ce 6.0
- Next by Date: Problem with WAVEHDR value during playback...waveapi misbehaving...
- Previous by thread: nand flash mount problem windows ce 6.0
- Next by thread: Problem with WAVEHDR value during playback...waveapi misbehaving...
- Index(es):
Relevant Pages
|