task queue - definição. O que é task queue. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é task queue - definição

IN COMPUTING, WHAT CARRIES OUT THE SCHEDULING ACTIVITY
Scheduler pattern; Scheduling algorithm; Task scheduling; Scheduling discipline; Scheduling disciplines; CPU scheduler; Task scheduler; Process scheduling; CPU Scheduling; Packet scheduling; Channel-dependent scheduling; Scheduling algorithms; Scheduling theory; Process scheduler; Scheduling priority; Processor scheduling; Deterministic Scheduling; Non-deterministic Scheduling; Nondeterministic Scheduling; Non-Deterministic Scheduling; Scheduling policy; Process Scheduler; Linux Process Scheduler; Dispatch latency; Task queue; Running queue; Scheduler (computing); Long-term scheduler; Admission scheduler; Short-term scheduler; Medium-term scheduler; Processor time; Fixed priority scheduling class; Time-sharing scheduling class; Fair share scheduling class; High-level scheduler; Long-term scheduling; Admission scheduling; High-level scheduling; Mid-term scheduler; Mid-term scheduling; Medium-term scheduling; Short-term scheduling; CPU scheduling
  • packet schedulers]]
  • A sample [[thread pool]] (green boxes) with a queue (FIFO) of waiting tasks (blue) and a queue of completed tasks (yellow)

Client–queue–client         
Client-Queue-Client; Client-queue-client
A client–queue–client or passive queue system is a client–server computer network in which the server is a data queue for the clients. Instead of communicating with each other directly, clients exchange data with one another by storing it in a repository (the queue) on a server.
task force         
GROUP OR FORMATION ESTABLISHED TO WORK ON A SINGLE DEFINED TASK OR ACTIVITY
Task group; Task Group; Taskforce; Joint task forces; Task Unit; Task Force; US European Command Combined Task Force; Task forces; Task unit; Task element
also taskforce (task forces)
Frequency: The word is one of the 3000 most common words in English.
1.
A task force is a small section of an army, navy, or air force that is sent to a particular place to deal with a military crisis.
The United States is sending a naval task force to the area to evacuate American citizens.
N-COUNT
2.
A task force is a group of people working together on a particular task.
We have set up a task force to look at the question of women returning to work.
N-COUNT
deque         
  • browsing history]]: new websites are added to the end of the queue, while the oldest entries will be deleted when the history is too large. When a user asks to clear the browsing history for the past hour, the most recently added entries are removed.
ABSTRACT DATA TYPE FOR WHICH ELEMENTS CAN BE ADDED TO OR REMOVED FROM EITHER THE FRONT OR BACK
Doubly-ended queue; Deques; Double ended queue; Deque; Double-Ended Queue; Head-tail linked list; Doubly ended queue; Real-time deque

Wikipédia

Scheduling (computing)

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 process called 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.

Scheduling is fundamental to computation itself, and an intrinsic part of the execution model of a computer system; the concept of scheduling makes it possible to have computer multitasking with a single central processing unit (CPU).