About: Wait state     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FWait_state

A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond. Computer microprocessors generally run much faster than the computer's other subsystems, which hold the data the CPU reads and writes. Even memory, the fastest of these, cannot supply data as fast as the CPU could process it. In an example from 2011, typical PC processors like the Intel Core 2 and the AMD Athlon 64 X2 run with a clock of several GHz, which means that one clock cycle is less than 1 nanosecond (typically about 0.3 ns to 0.5 ns on modern desktop CPUs), while main memory has a latency of about 15–30 ns. Some second-level CPU caches run slower than the processor core.

AttributesValues
rdf:type
rdfs:label
  • Waitstate (de)
  • 대기 상태 (ko)
  • Wait state (pt)
  • Wait state (pl)
  • Wait state (en)
rdfs:comment
  • Ein Waitstate (WS) ist ein Wartezyklus eines Prozessors, angegeben in Taktzyklen, der eingelegt werden muss, damit ein langsamerer Speicher die angeforderten Daten korrekt am Ausgang anliegen hat und es nicht zu Fehlern bei der Verarbeitung kommt. Aus diesem Grund arbeitet man heute mit zusätzlichem, schnellen Pufferspeicher, Cache genannt. Auch hier gibt es Waitstates, aber auch in anderen Bereichen taucht dieser Begriff auf: Immer dann wenn schnelle Komponenten auf langsamere zugreifen müssen. (de)
  • 대기 상태(wait state)는 응답이 느린 외부 메모리나 다른 장치를 접근할 때 컴퓨터 프로세서가 겪는 지연이다. 2007년 기준으로 메모리 기술이 따라잡지 못할 만큼 컴퓨터 마이크로프로세서는 매우 빠른 속도로 실행된다. 개인용 컴퓨터에 들어가는 인텔 코어 2, AMD 애슬론 64 X2와 같은 일반 프로세서는 1 GHz를 뛰어넘는 클럭으로 실행된다. 반면 기본 메모리 클럭은 보통 667에서 1333 MHz만큼 속도를 낸다. 일부 2차 CPU 캐시는 프로세서 코어보다 더 느리게 동작한다. 프로세서가 외부 메모리에 접근할 때, 주소 버스 상의 요청 정보의 주소의 위치를 지정하기 시작한다. 그 뒤 응답에 대해 대기해야 할 때, 그 뒤 수백만 사이클이 오지 않을 때, 10 사이클을 되돌려 받는다. 대기에 소비되는 각 사이클을 대기 상태라고 부른다. 대기 상태는 프로세서 성능에 있어서 완전한 낭비이다. 현대의 설계에는 이러한 문제를 줄이거나 숨기기 위해 여러 기술을 사용하고 있다.:CPU 캐시, 명령어 파이프라인, , 분기 예측, 동시 멀티스레드 등. 하나의 기술이 100% 성공적인 것은 아니지만 여러 기술이 함께 쓰여 문제를 상당 부분 해결할 수 있다. (ko)
  • Wait state (stan oczekiwania) - w informatyce oznacza krótkie opóźnienie, zanim mikroprocesor wykona instrukcję, aby dać wolniejszej pamięci lub urządzeniom zewnętrznym czas na odpowiedź. Stanów oczekiwania może być jeden lub więcej przy każdym cyklu zegara lub też mogą być przydzielane w zróżnicowany sposób. Pojedynczy stan oczekiwania przy każdym dostępie do pamięci może spowolnić procesor do 20%. (pl)
  • Wait state ou estado de espera é o tempo de espera por parte do processador até que a memória esteja preparada para ler ou gravar dados. É o resultado da soma do tempo de refrescamento, ou recarga da memória, e o tempo que dura a leitura/gravação do dado. Um wait state é um pulso extra de clock adicionado ao ciclo de leitura e gravação da memória. Como o ciclo de acesso à memória RAM é de 2 pulsos de clock, com a adição de um wait state, o ciclo passa a possuir três pulsos. A adição de wait states reduz o desempenho do micro. (pt)
  • A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond. Computer microprocessors generally run much faster than the computer's other subsystems, which hold the data the CPU reads and writes. Even memory, the fastest of these, cannot supply data as fast as the CPU could process it. In an example from 2011, typical PC processors like the Intel Core 2 and the AMD Athlon 64 X2 run with a clock of several GHz, which means that one clock cycle is less than 1 nanosecond (typically about 0.3 ns to 0.5 ns on modern desktop CPUs), while main memory has a latency of about 15–30 ns. Some second-level CPU caches run slower than the processor core. (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • Ein Waitstate (WS) ist ein Wartezyklus eines Prozessors, angegeben in Taktzyklen, der eingelegt werden muss, damit ein langsamerer Speicher die angeforderten Daten korrekt am Ausgang anliegen hat und es nicht zu Fehlern bei der Verarbeitung kommt. Aus diesem Grund arbeitet man heute mit zusätzlichem, schnellen Pufferspeicher, Cache genannt. Auch hier gibt es Waitstates, aber auch in anderen Bereichen taucht dieser Begriff auf: Immer dann wenn schnelle Komponenten auf langsamere zugreifen müssen. (de)
  • A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond. Computer microprocessors generally run much faster than the computer's other subsystems, which hold the data the CPU reads and writes. Even memory, the fastest of these, cannot supply data as fast as the CPU could process it. In an example from 2011, typical PC processors like the Intel Core 2 and the AMD Athlon 64 X2 run with a clock of several GHz, which means that one clock cycle is less than 1 nanosecond (typically about 0.3 ns to 0.5 ns on modern desktop CPUs), while main memory has a latency of about 15–30 ns. Some second-level CPU caches run slower than the processor core. When the processor needs to access external memory, it starts placing the address of the requested information on the address bus. It then must wait for the answer, that may come back tens if not hundreds of cycles later. Each of the cycles spent waiting is called a wait state. Wait states are a pure waste of a processor's performance. Modern designs try to eliminate or hide them using a variety of techniques: CPU caches, instruction pipelines, instruction prefetch, branch prediction, simultaneous multithreading and others. No single technique is 100% successful, but together can significantly reduce the problem. (en)
  • 대기 상태(wait state)는 응답이 느린 외부 메모리나 다른 장치를 접근할 때 컴퓨터 프로세서가 겪는 지연이다. 2007년 기준으로 메모리 기술이 따라잡지 못할 만큼 컴퓨터 마이크로프로세서는 매우 빠른 속도로 실행된다. 개인용 컴퓨터에 들어가는 인텔 코어 2, AMD 애슬론 64 X2와 같은 일반 프로세서는 1 GHz를 뛰어넘는 클럭으로 실행된다. 반면 기본 메모리 클럭은 보통 667에서 1333 MHz만큼 속도를 낸다. 일부 2차 CPU 캐시는 프로세서 코어보다 더 느리게 동작한다. 프로세서가 외부 메모리에 접근할 때, 주소 버스 상의 요청 정보의 주소의 위치를 지정하기 시작한다. 그 뒤 응답에 대해 대기해야 할 때, 그 뒤 수백만 사이클이 오지 않을 때, 10 사이클을 되돌려 받는다. 대기에 소비되는 각 사이클을 대기 상태라고 부른다. 대기 상태는 프로세서 성능에 있어서 완전한 낭비이다. 현대의 설계에는 이러한 문제를 줄이거나 숨기기 위해 여러 기술을 사용하고 있다.:CPU 캐시, 명령어 파이프라인, , 분기 예측, 동시 멀티스레드 등. 하나의 기술이 100% 성공적인 것은 아니지만 여러 기술이 함께 쓰여 문제를 상당 부분 해결할 수 있다. (ko)
  • Wait state (stan oczekiwania) - w informatyce oznacza krótkie opóźnienie, zanim mikroprocesor wykona instrukcję, aby dać wolniejszej pamięci lub urządzeniom zewnętrznym czas na odpowiedź. Stanów oczekiwania może być jeden lub więcej przy każdym cyklu zegara lub też mogą być przydzielane w zróżnicowany sposób. Pojedynczy stan oczekiwania przy każdym dostępie do pamięci może spowolnić procesor do 20%. (pl)
  • Wait state ou estado de espera é o tempo de espera por parte do processador até que a memória esteja preparada para ler ou gravar dados. É o resultado da soma do tempo de refrescamento, ou recarga da memória, e o tempo que dura a leitura/gravação do dado. Um wait state é um pulso extra de clock adicionado ao ciclo de leitura e gravação da memória. Como o ciclo de acesso à memória RAM é de 2 pulsos de clock, com a adição de um wait state, o ciclo passa a possuir três pulsos. A adição de wait states reduz o desempenho do micro. (pt)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 51 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software