What is thrashing?
By admin on Jul 19, 2007 in Operating System Interview Questions
It is a phenomenon in virtual memory schemes when the processor spends most of its time swapping pages, rather than executing instructions. This is due to an inordinate number of page faults.


