Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIS registry Entries
Message
From
12/10/1999 21:52:52
 
 
To
12/10/1999 07:00:59
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00273612
Message ID:
00275706
Views:
29
>Well, controlling the time the COM servers are held in memory is what I'm trying to do. Where do you set the "corresponding setting for your objects in IIS"?

Oops! Read "MTS" instead of "IIS".

Right click on the your package and choose Properties. The property is in the Advanced tab, "Shutdown after being idle for ... minutes". The minimum is 1 minute. (Zero means never.) However, if you go directly to the registry where this setting is saved, you can set it up to the second.

From my experience, this setting is not very reliable. If you just need a fast way to release your dll from memory, install the Windows Resource Kit. It contains a kill.exe tool. It can be used to kill any process. So, to stop the IIS:

kill inetinfo

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform