(This is probably an ASP question, but since the
real question is the memory accumulation under mtx.exe,
so I posted my question here also.)
My asp page is creating a com object,
using Server.CreateObject("progid")
and then call one of its method, at last set it to
nothing. like the...
Thanks for the quick reply.
I am not sure Set Session("obj") = obj will cause
the problem. Using session object will cause mtx
to hold onto to it before it timesouts. But refreshing
the browser, mtx should still using the same session
resource, it should not accumlate memory. I tried...
My asp page is creating a com object,
using Server.CreateObject("progid")
and then call one of its method, at last set it to
nothing. like the follwing:
<%
if IsEmpty(Session("obj")) then
set obj = Server.CreateObject("progid")
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.