FIFO
From FreeBSDwiki
(Difference between revisions)
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | File In, File Out | + | 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. Compare with [[FILO]] |
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] |
Latest revision as of 20:30, 9 October 2005
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. Compare with FILO