shresthaal
Programmer
vfp program that connects to a ms sql server to records events occuring in a website
website creates vfp object every time a user logs in or clicks on a button
how to check if there is a memory leak
also i have a test COM+ application that uses the same program but i am using it to test it on my local computer i ran a for loop like this
for i = 1 to 100
o = createobject()
o.somemethod
release o
o = null
endfor
?"finished"
after the loop is done i thought that the com+ application would end but it is still using 21672 KB memory
website creates vfp object every time a user logs in or clicks on a button
how to check if there is a memory leak
also i have a test COM+ application that uses the same program but i am using it to test it on my local computer i ran a for loop like this
for i = 1 to 100
o = createobject()
o.somemethod
release o
o = null
endfor
?"finished"
after the loop is done i thought that the com+ application would end but it is still using 21672 KB memory