FINO

This article is about the scheduling algorithm. For the sherry variety, see Fino.

In computer science, FINO (Sometimes seen as "FISH", for First In, Still Here) is a humorous scheduling algorithm. It is an acronym for "First In Never Out" as opposed to traditional "first in first out" (FIFO) and "last in first out" (LIFO) algorithms.

FINO works by withholding all scheduled tasks permanently. No matter how many tasks are scheduled at any time, no task ever actually takes place. This makes FINO extremely simple to implement, but useless in practice. A stateful FINO queue can be used to implement a memory leak.

A mention of FINO appears in the Signetics 25120 write-only memory joke datasheet.[1]

See also

References

  1. "Signetics 25120 Data Sheet" at the Wayback Machine (archived March 17, 2006) (alternate copy)
This article is issued from Wikipedia - version of the 11/17/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.