Skip to main content

Synchronize events between processes over the network

Project description

PyProcSync

https://img.shields.io/pypi/v/pyprocsync.svg https://img.shields.io/travis/marcsello/pyprocsync.svg Documentation Status

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.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyprocsync-0.1.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

pyprocsync-0.1.0-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2 Python 3

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

Hashes for pyprocsync-0.1.0.tar.gz
Algorithm Hash digest
SHA256 32656f3414e3d404d835017f957bc799fc4eeb5fdd672f0edd0907e812ce2715
MD5 56799a7b6f9aad1dc02f4f4ff52d9b11
BLAKE2b-256 9d13386a3d692cce50825fad0f9c571e7241a82f643d0569fef7eb1b535ec42e

See more details on using hashes here.

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

Hashes for pyprocsync-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f6870607d95905e0f1a749ad1aa1112efea7cda437eb0c7f7b6f1aecc3090ac7
MD5 c371d4c62ae563a688dcc7db0722d900
BLAKE2b-256 4740f375c9d9956cd70bcfea3af620de2a1755576d3840f651872cb123e4641b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page