pavement

FIFO

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
File In, File Out (and somebody should really say something less cryptic about this one day)
+
File In, File Out or First In, First Out. Used to describe processes that loop -- e.g., a logfile that is limited to a certain size and once it gets to it's largest size, starts rewriting over the earliest entries -- the early entries were first in, so they're the first ones to go.
 
[[Category:FreeBSD Terminology]]
 
[[Category:FreeBSD Terminology]]

Revision as of 13:01, 18 October 2004

File In, File Out or First In, First Out. Used to describe processes that loop -- e.g., a logfile that is limited to a certain size and once it gets to it's largest size, starts rewriting over the earliest entries -- the early entries were first in, so they're the first ones to go.

Personal tools