whitehorsey
- 188
- 0
1. Why is polling synchronous and interrupts are not?
Wiki articles:whitehorsey said:Then, it asks which one is synchronous polling or interrupts. I found that polling is synchronous but I don't understand why.
rcgldr said:
This is how the wiki article defines synchronous I/O, the program starts an I/O, then waits for that I/O to complete before continuing to do anything else.whitehorsey said:I'm thinking that polling is synchronous because you wait for it to be completed ...
rcgldr said:This is how the wiki article defines synchronous I/O, the program starts an I/O, then waits for that I/O to complete before continuing to do anything else.
...