working set model - Definition. Was ist working set model
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist working set model - definition

COLLECTION OF DATA IN MEMORY THAT A PROCESS IS EXPECTED TO ACTUALLY TOUCH IN SOME WORKLOAD
Working set model; Working-set model; Process working set

working set model         
working set         
<architecture> The set of all pages (in a paging {virtual memory} system) used by a process during some time interval. As a result of locality of reference, the working set frequently consists of a relatively small fraction of a process's total virtual memory pages. While a process's entire working set is in physical memory the process will run without page faults. If the working set is too large for available physical memory, the process causes frequent page faults. In a multitasking environment, information about which pages are in each process's working set allows the memory management system to improve CPU efficiency by prepaging (also called the working set model). ["Modern Operating Systems", Andrew S. Tanenbaum, pub. Prentice Hall, Inc. 1992]. (1997-04-09)
Working set         
Working set is a concept in computer science which defines the amount of memory that a process requires in a given time interval.

Wikipedia

Working set

Working set is a concept in computer science which defines the amount of memory that a process requires in a given time interval.