thrashing

thrashing

[′thrash·iŋ]
(computer science)
An undesirable condition in a multiprogramming system, due to overcommitment of main memory, in which the various tasks compete for pages and none can operate efficiently.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

thrashing

This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

thrashing

In a virtual memory system, it is the excessive swapping of pages of data between memory and the hard disk, causing the application to respond more slowly. The virtual memory function tracks page usage and keeps often-used pages in memory as much as possible. However, the more applications that are kept open in computers with limited memory, the more thrashing occurs. For an explanation of the paging operation, see virtual memory.

Poor program design may also contribute to thrashing. Good program design dictates that the code for the core processing routines is kept contiguous. If core components are at all ends of the executable package, more thrashing occurs, but once again, when there is not enough memory.

The term may also be used to refer to any situation in which multiple processes are competing for the same resource, and the excessive swapping back and forth between connections causes a slowdown.
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.