Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing memory from dllHost
Message
From
23/05/2003 11:50:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Releasing memory from dllHost
Miscellaneous
Thread ID:
00792271
Message ID:
00792271
Views:
88
I am finding that when a VFP dll (compiled in VFP 7) is instantiated from within an ASP Page (ASP v5.00 on Win2000 w IIS 5), each time the page is refreshed, there is a significant increase in the amount of Memory Usage.

The ASP page is as follows:

<%@ Language=VBScript %>

<%Response.Buffer = True

Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "no-store"

Dim strReferer, strPage

strReferer = Request.ServerVariables("HTTP_REFERER")
strPage = Request.ServerVariables("QUERY_STRING")
Set loServer = Server.CreateObject("TMS.TMS_Main")
Session.Value("LOGIN") = "TRUE"

loServer.Process()
Set loServer = Nothing
%>

Even when creating a very simple dll that does nothing, the memory usage increases at a smaller rate.
Next
Reply
Map
View

Click here to load this message in the networking platform