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 Wanet Telecoms Ltd 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: *

  • Users: wxz44428
  • Content: Threads
  • Order by date
  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 ...

    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