Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

debnathsinha/virtualqueue

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
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

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.