Skip to content

debnathsinha/virtualqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem:
There are situations when multiple clients need to write into the same queue. The reason they can't have separate queues is that we want to process the messages in the order in which they are enqueued, so as not to pessimize any of them.
However, the clients that are enqueuing sometimes need to know only about their view of the queue, so that they can do things like dropping packets if their quota on the central queue is full. We may also want to iterate over elements in the Queue which belong to a certain queue. 

About

Library that allows multiple clients to talk to one queue, but gives each client their own view of the queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages