Forgot your password?
typodupeerror

Comment The I/O Model (Score 1) 1318

Jeez, where do I start?

The basic Unix I/O model is that of byte streams flowing around the system, and in and out of devices. Unfortunately, this model really only applies to tape drives; most devices have to be addressed first (such as a disk block number), and then read or written in discrete chunks (blocks, packets).

Slashdot Top Deals

What this country needs is a dime that will buy a good five-cent bagel.

Working...