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!
Thierry Florac <tflorac@ulthar.net> - Author
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
Built Distribution
File details
Details for the file ztfy.zmq-0.1.4.tar.gz
.
File metadata
- Download URL: ztfy.zmq-0.1.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2409b15bc36f1e8c84990c98ce8ea71649bc82a498f875409bcb4d2750216a2 |
|
MD5 | d83f58d65b4f8fd85c2258a6de73d38e |
|
BLAKE2b-256 | 9079182e621e4379deb957f10b66425385e26b07cd555b89d90da294c029536a |
File details
Details for the file ztfy.zmq-0.1.4-py2.7.egg
.
File metadata
- Download URL: ztfy.zmq-0.1.4-py2.7.egg
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ab3e2a9981515ea1239578938c78fad10946faa6613b4b5c6986467945ecc59 |
|
MD5 | f7e275b7dc35a3ca87c4cac79c994134 |
|
BLAKE2b-256 | f76fdab95523f8fae08d100968658db2c3d0148c3371d66382b7a935773c25a7 |