Synchronize events between processes over the network
Project description
PyProcSync
Synchronize events between processes over the network. This package provides similar behaviour as Python’s threading.Event but it is designed to be used with multiple processes running on different computers.
An example use-case might be controlling multiple industrial robots handling anomalous materials, where timing is critical.
Free software: MIT license
Documentation: https://pyprocsync.readthedocs.io
Features
Uses Redis as a backend
About 1ms precision (see. perf_tests)
Synchronize events based on system clock (NTP is a must have)
Synchronize unlimited number of nodes with the same precision (Depends on the performance of Redis cluster)
Example
Simple example that synchronizes 4 nodes:
import redis from pyprocsync import ProcSync p = ProcSync(redis.from_url('redis://localhost:6379/0')) # Do some work p.sync("first", 4) # Block until all 4 nodes are reached the synchronization point # Time sensitive work
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2021-04-05)
First release on PyPI.
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
Built Distribution
File details
Details for the file pyprocsync-0.1.0.tar.gz
.
File metadata
- Download URL: pyprocsync-0.1.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32656f3414e3d404d835017f957bc799fc4eeb5fdd672f0edd0907e812ce2715 |
|
MD5 | 56799a7b6f9aad1dc02f4f4ff52d9b11 |
|
BLAKE2b-256 | 9d13386a3d692cce50825fad0f9c571e7241a82f643d0569fef7eb1b535ec42e |
File details
Details for the file pyprocsync-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyprocsync-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6870607d95905e0f1a749ad1aa1112efea7cda437eb0c7f7b6f1aecc3090ac7 |
|
MD5 | c371d4c62ae563a688dcc7db0722d900 |
|
BLAKE2b-256 | 4740f375c9d9956cd70bcfea3af620de2a1755576d3840f651872cb123e4641b |