[ 源代码: python-persist-queue ]
软件包:python3-persist-queue(0.4.0-1)
python3-persist-queue 的相关链接
Debian 的资源:
下载源码包 python-persist-queue:
- [python-persist-queue_0.4.0-1.dsc]
- [python-persist-queue_0.4.0.orig.tar.gz]
- [python-persist-queue_0.4.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
thread-safe disk based persistent queue
persist-queue implements a file-based queue and a serial of sqlite3-based queues. The goals is to achieve following requirements:
* Disk-based: each queued item should be stored in disk in case of any crash. * Thread-safe: can be used by multi-threaded producers and multi-threaded consumers. * Recoverable: Items can be read after process restart. * Green-compatible: can be used in greenlet or eventlet environment.