To clean up memory leak : Log out or Reboot

  • Thread starter Thread starter linq936
  • Start date Start date
L

linq936

Hi,
I am developing software on Windows XP, before the code matures
normally it has many memory leak problem. I notice that the PC run
more and more slower.

I normally do a reboot, but do you think logout and login also do
the trick?

Thanks.
 
Hi,

Just shutting down the leaky application will free memory under Windows XP.
Kernel handle objects will be released when the OS sees your process has
terminated.
If you are writing a device driver or service, then a re-boot may be needed.
Also try writing better code! :-) If its using .NET then the garbage
collector may just need more time. Etc.

CreateWindow
http://mymessagetaker.com
Stop using those paper phone message pads
make the computer work for you.
http://justpageprobe.com
The FREE Web page utility you always wanted.
Monitor your enterprise Web Servers.
Keep your router connected.
Email your IP to where you need it.
 
Hi,
I am developing software on Windows XP, before the code matures
normally it has many memory leak problem. I notice that the PC run
more and more slower.

I normally do a reboot, but do you think logout and login also do
the trick?

Thanks.

Jeez, try it! It's quick enough to do! And yes, it's likely to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top