Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM object still in Memory
Message
From
26/07/2000 12:54:27
 
 
To
25/07/2000 12:18:46
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00396650
Message ID:
00397136
Views:
11
>I have an ASP page that calls a FOX DLL
>
>ASP CODE:
>Dim strjobnum, strbinnum, oNB, strBinResp
>strjobnum = Request.Form("jobnum")
>strbinnum = Request.Form("binnum")
>SET oNB = Server.Createobject("filmroute.fwip")
>strBinResp = oNB.binjob(strjobnum,strbinnum)
>SET oNB = Nothing
>
>Once this is complete and I try to regenerate the Multithread DLL I get File access is denied. In order to regenerate it I have to reboot my PC which tells me it is still loaded in Memory. Shutting down the COM object through IIS does not help as well as shutting down the web server service. I found an article on this and all variables in the COM object must be PRIVATE which they are. I am woried that I will run out of system resources. Does anybody know why it is still in memory and what I can do to fix it?


Hi Bob,

Creating the IIS virtual folder to run in it's own memory space, and using the "Unload" button in the IIS console manager should defainately release all objects created out of that folder.
Phil
_____________________________
Phil Miles
http://www.philmiles.com
phil@philmiles.com
Previous
Reply
Map
View

Click here to load this message in the networking platform