Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in producer-consumer

Generic .Net Producer/Consumer

Multi-threading to speed up an email-sending application

How to subscribe exactly once to an element from AsyncSubject (consumer pattern)

C++11 non-blocking producer/consumer

Using a named mutex to lock a file

c# .net producer-consumer

What is the best way to communicate a kernel module with a user space program?

"The usage of semaphores is subtly wrong"

Using pthread condition variable with rwlock

RabbitMQ C# API Event based Message Consumption

Java thread wait and notify

C++ Producer consumer queue with (very) fast and reliable handover

can a kafka consumer filter messages before polling all of them from a topic?

producer-consumer problem with pthreads

producer/consumer work queues

BlockingCollection that discards old data

Why would I place a synchronized block within a single-threaded method?

Is this a job for TPL Dataflow?

Difference between SynchronousQueue vs TransferQueue

Calling Dispose on an BlockingCollection<T>

Implementing the Producer/Consumer Pattern in C#