distribute multi-process
Project description
How to use this package? see the following example from queueManager import queueManager qm = queueManager() qm.connect() #if no server is open,it will fail in seconds a = qm.read() #blocks, until something in the queue can be read. print(a) data = ‘test data’ qm.write(data)#write some data to the queue, notice that, the write and read queue are two different queues;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
queueManager-0.1.1.tar.gz
(1.6 kB
view details)
File details
Details for the file queueManager-0.1.1.tar.gz.
File metadata
- Download URL: queueManager-0.1.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fecb8eda76f6d2de5057bf4775401277b873acaf49c9be24778bd1204e66fb95
|
|
| MD5 |
4be25dc9f3d68b99c4f8ee0a7ac2f103
|
|
| BLAKE2b-256 |
3bfbfdab24a53afe9a74e59a0c6649c0931662f9ee66d08f5e6c26b18b1dccd9
|