Share on Facebook Share on Twitter Email
Answers.com

FINO

 
Wikipedia: FINO

In computer science, FINO is a jocular 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 Official Signetics 25120 write only memory datasheet.

/dev/null is an example of a (stateless) FINO.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Shopping: FINO
Top
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "FINO" Read more

 

Mentioned in