Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wxz44428

    memory leak

    (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...
  2. wxz44428

    memory leak ...

    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...
  3. wxz44428

    memory leak ...

    My asp page is creating a com object, using Server.CreateObject(&quot;progid&quot;) and then call one of its method, at last set it to nothing. like the follwing: <% if IsEmpty(Session(&quot;obj&quot;)) then set obj = Server.CreateObject(&quot;progid&quot;) Set...

Part and Inventory Search

Back
Top