This repository was archived by the owner on Jan 20, 2021. It is now read-only.
mgale/MemQueue
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MemQueue ======= MemQueue is an open source version of a scalable, non-blocking simple message queue. It is designed to provide a simple message queue for transient data that is time sensitive. https://sites.google.com/site/michaelandpython/ MemQueue is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html). Installation ============ To install: python setup.py build sudo python setup.py install Testing ============ To test: python setup.py test