What is a wait state?
Solved/Closed
easyee
-
Jul 26, 2010 at 08:25 PM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Jul 26, 2010 at 11:46 PM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Jul 26, 2010 at 11:46 PM
Related:
- What is a wait state?
- Too many sms codes you have requested too many sms codes. you must wait 24 hours to receive another. ✓ - Facebook Forum
- Please wait a few minutes to receive your 6-digit code before trying again. - Facebook Forum
- Ps3 checking network configuration please wait ✓ - PS3 & PS4 Forum
- My ps3 cant connect to my wireless internet ✓ - PS3 & PS4 Forum
- You have attempted too many confirmation codes recently. please wait and try again later. ✓ - Facebook Forum
1 response
xpcman
Posts
19530
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,825
Jul 26, 2010 at 11:46 PM
Jul 26, 2010 at 11:46 PM
Nest time Google this yourself!
A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond.
As of late 2007, computer microprocessors run at very high speeds, while memory technology does not seem to be able to catch up: typical PC processors like the Intel Core 2 and the AMD Athlon 64 X2 run with a clock of several GHz, while the main memory clock generally ranges from 667 to 1333 MHz. 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 for 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
A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond.
As of late 2007, computer microprocessors run at very high speeds, while memory technology does not seem to be able to catch up: typical PC processors like the Intel Core 2 and the AMD Athlon 64 X2 run with a clock of several GHz, while the main memory clock generally ranges from 667 to 1333 MHz. 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 for 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