Skip to main content

ZTFY integration of ZeroMQ library

Project description

Introduction

ZTFY.zmq is a small ZTFY integration of ZeroMQ library.

It provides two main classes which are:

  • ZMQProcess, which is a ZMQ listening process, based on multiprocessing package.

  • ZMQMessageHandler, which is a simple ZMQ messages handler which delegates it’s functionality to a ZMQ agnostic handling class.

When creating a new ZMQProcess instance, you only have to specify it’s listening address and it’s messages handler.

Default ZMQ process is based on request/response (REQ/REP) messages, but this can easily be overriden in custom subclasses.

Most of this package main concepts are based on Stefan Scherfke work. Thanks to him!

HISTORY

0.1.4

  • added “socket” module with utility functions

0.1.3

  • updated package dependencies

  • updated Buildout’s bootstrap

0.1.2

  • handle TERM signal to be sure parent processes can terminate ZMQ processes

0.1.1

  • added ZMQ process exit callback function, to be registered on application exit for any created process. This is required when using WSGI servers to end ZMQ processes in a clean way.

0.1.0

  • first release

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

ztfy.zmq-0.1.4.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

ztfy.zmq-0.1.4-py2.7.egg (21.7 kB view hashes)

Uploaded Source

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