0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

スプーリング

Posted at

スプーリング

プリンタなどの低速の装置に出力する場合、いったん磁気ディスク装置などの高速補助記憶装置にデータを書き込んでおき後でCPU処理と並列して入出力処理を行う。
一時的な出力領域をスプール(SPOOL)といい、スプールを使った入出力をスプーリングという。

これによりCPUを早く解放することが可能になり、複数のジョブから要求に効率よく応えられる

出典

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?