CMQ: cwmwl udp message queue

[ bsd3, library, system ] [ Propose Tags ]

CMQ is a lightweight message queue using the UDP protocol as transport protocol. It trades guarantees, consistency mechanisms, (shared) state and transactions for robustness, scalability and performance. CMQ fares especially well in modern Layer 2 switches in data center networks, as well as in the presence of errors. This library provides CMQ version = 0.0.12


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.12
Dependencies base (>=3 && <5), bytestring, cereal, containers, iproute, mtl, network, PSQueue, stm, time [details]
License BSD-3-Clause
Copyright Copyright (c) 2012 cmq authors
Author Joerg Fritsch
Maintainer J.Fritsch@cs.cardiff.ac.uk
Category System
Home page http://github.com/viloocity/cmq/
Source repo head: git clone https://github.com/viloocity/CMQ
Uploaded by JoergFritsch at 2012-07-02T13:30:46Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1291 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for CMQ-0.0.12

[back to package description]

This library provides CMQ, a message queue based on the UDP protocol.

Current status

This software currently has experimental status, e.g. it had seen limited testing and some features required for operational use are not fully implemented yet.

Version 0.1 - First release based on the paper [currently under peer review]

Installation

Notes