FIFO
From FreeBSDwiki
(Difference between revisions)
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. |
[[Category:FreeBSD Terminology]] | [[Category:FreeBSD Terminology]] |
Revision as of 12: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.