Task queue in the context of Telecommunications link


Task queue in the context of Telecommunications link

Task queue Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Task queue in the context of "Telecommunications link"


⭐ Core Definition: Task queue

In computing, scheduling is the action of assigning resources to perform tasks. The resources may be processors, network links or expansion cards. The tasks may be threads, processes or data flows.

The scheduling activity is carried out by a mechanism called a scheduler. Schedulers are often designed so as to keep all computer resources busy (as in load balancing), allow multiple users to share system resources effectively, or to achieve a target quality-of-service.

↓ Menu
HINT:

In this Dossier

Task queue in the context of Task (computing)

In computing, a task is a unit of execution or a unit of work. The term is ambiguous; precise alternative terms include process, light-weight process, thread (for execution), step, request, or query (for work). In the adjacent diagram, there are queues of incoming work to do and outgoing completed work, and a thread pool of threads to perform this work. Either the work units themselves or the threads that perform the work can be referred to as "tasks", and these can be referred to respectively as requests/responses/threads, incoming tasks/completed tasks/threads (as illustrated), or requests/responses/tasks.

View the full Wikipedia page for Task (computing)
↑ Return to Menu