Top "Queue" questions

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

Creating BackgroundWorker with Queue

I need to create queue and use it with BackgroundWorker. So I can add operations and when one is done …

c# wpf generics queue backgroundworker
work stealing algorithm

I am reading an article about Concurrency Runtime, and there is algorithm named work stealing in this article. but I …

algorithm queue work-stealing
Sharing many queues among processes in Python

I am aware of multiprocessing.Manager() and how it can be used to create shared objects, in particular queues which …

python queue multiprocessing python-multiprocessing
how bad is it to use dynamic datastuctures on an embedded system?

So in an embedded systems unit, that i'm taking at uni next year, we will learn that dynamic data structures …

list stack queue avr
How does Amazon's SQS notify one of my "worker" servers whenever there is something in the queue?

I'm following this tutorial: http://boto.s3.amazonaws.com/sqs_tut.html When there's something in the queue, how do …

python callback amazon-web-services queue amazon-sqs
Service Broker with Sql Server 2005 - Messages stuck in queue

I'm configuring a simple service broker implementation. Locally, we use SQL Server 2008 Express and everything works fine. Once the code …

sql-server-2005 queue service-broker
java BlockingQueue does not have a blocking peek?

I have a blocking queue of objects. I want to write a thread that blocks till there is a object …

java queue peek blockingqueue
Equivalent of asyncio.Queues with worker "threads"

I'm trying to figure out how to port a threaded program to use asyncio. I have a lot of code …

python python-3.x queue python-asyncio
Ordinary Queue vs SEDA Queue

Being new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for …

java queue messaging apache-camel
Laravel 5.5 Queue Dispatch Not Working

Maybe I'm not understanding on Laravel queue works, or maybe it itself is not working, my expected behaviour for Laravel …

laravel queue laravel-5.5 dispatch