Trail: TheC10KProblem->Thrashing

Performance Testing : Thrashing

KnowledgeBase :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2005-12-07 23:55:21 by Admin

Deletions:




Edited on 2005-12-07 23:55:04 by Admin

Additions:




Oldest known version of this page was edited on 2004-02-02 00:22:27 by Roland Stens []
Page view:

Thrashing


Thrashing is computer activity that makes little or no progress, usually because memory or other resources have become exhausted or too limited to perform needed operations. When this happens, a pattern typically develops in which a request is made of the operating system by a process or program, the operating system tries to find resources by taking them from some other process, which in turn makes new requests that can't be satisfied. In a virtual storage system (an operating system that manages its logical storage or memory in units called pages), thrashing is a condition in which excessive paging operations are taking place. A system that is thrashing can be perceived as either a very slow system or one that has come to a halt.

From whatis.com

Page History :: 2005-12-07 23:55:21 XML :: Owner: Roland Stens :: Search:
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 1.8047 seconds