WWW Glossary

Search for glossary terms (regular expression allowed)

Glossaries

Term Definition
Queue

A data structure where items are added at the end and removed from the front, following a "first-in, first-out" (FIFO) principle. Used for managing tasks or requests in web applications.