network programming - Busy Wait Avoidance -


the operating system can avoid busy wait of process putting sleep , restoring in case of event. restoring operating system needs check on event occurance, means operating system or part of struck in busy wait ? possible have interrupt driven i/o in software context? between i/o , process not between processes.

for restoring operating system needs check on event occurance, means operating system or part of struck in busy wait?

no.

is possible have interrupt driven i/o in software context?

yes.

only between i/o , process not between processes.

yes.

computers haven't used busy-wait i/o since 1957.


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -