Top "Queue" questions

A queue is an ordered, first-in-first-out data structure.

What is the best option for a (Python 3) task queue on Windows now that Celery 4 has dropped Windows support?

We run a Flask site under IIS on Windows, and for out-of-process tasks we use Celery. Celery has given us …

python flask queue celery python-huey
How to print the whole queue/array with UVM utility functions?

For UVM objects using `uvm_field_queue_int utility macro, UVM does not print out the whole queue when calling …

printing queue system-verilog uvm
how to put std::string into boost::lockfree::queue (or alternative)?

I'm trying to put std::strings into boost::lockfree::queues so that my threads can update each other with new …

c++ boost queue stdstring lock-free
How to clear NiFi queues?

We are creating some flows in NiFi and there might be some cases where the queues are being build up …

queue apache-nifi
C++ LIFO queue, easy simple example from FIFO to LIFO

How can I make this to a LIFO-> last in first out queue? Is there any easy way to …

c++ stack queue lifo
Delphi thread that waits for data, processes it, then resumes waiting

I need to create a thread in Delphi with the following characteristics: Waits until the main thread adds data to …

multithreading delphi queue resume suspend
Fast implementation of queues in Lua?

I am making a game using Lua and I need to use Breadth-first search to implement a fast path-finding algorithm …

lua queue path-finding breadth-first-search lua-table
Spring JMS - redelivery by sending message back to same queue instead of rollback transaction

this is my first post here so I apologize in advance if I don't respect formatting rules or other general …

spring transactions queue rollback spring-jms
Read input Space Separated from the File

I have to Work on a Program in C++ Which have to Read Data from .txt File where Data is …

c++ queue radix-sort
Amazon SQS Long Polling not returning all messages

I have a requirement to read all messages in my Amazon SQS queue in 1 read and then sort it based …

java amazon-web-services queue long-polling amazon-sqs