Why are applications getting slow after some inactive time?

2

1

Possible Duplicate:
Windows XP: Why the machine slow for a minute when I put my machine for some time?

This probably has something to do with Windows, so I find this the right place to ask. if it's not - my apologies.

If I open an application, and just leave it open while I'm using other applications, when I get back to it - it's extremely slow.

So if I do something like typing, the program hangs, but after that typing wouldn't cause another hang. and then if I open a menu, it hangs and the same thing happens.

I need to "load" like this every feature I need to use in order to have some good workflow. so it's somewhat frustrating for me.

What causes this? it seems to be deliberately implemented by the OS (maybe to free up resources?), so is there a way to stop it from happening?

Thank you.

MasterMastic

Posted 2012-06-08T13:26:39.373

Reputation: 346

Question was closed 2012-07-12T05:25:12.660

Answers

4

Depending on your system, you may be running low on RAM, in which case Windows would save your inactive applications to the Page file to free up system resources (Or if it is only program with this issue it may be a memory leak somewhere...).

An option may be adding more memory to your system.

Usta

Posted 2012-06-08T13:26:39.373

Reputation: 504

1I agree, this is almost always due to low memory. While the program isn't active, the OS has to cannibalize the memory it was using for other programs. When you switch back to it, all that stuff has to be loaded back into RAM. Sometimes, slow or heavily fragmented hard drives can be a factor in how long it takes to recover. – David Schwartz – 2012-06-08T13:53:05.160