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
Release files for ztfy.zmq 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ztfy.zmq-0.1.4.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ztfy.zmq-0.1.4-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 30.6 kB
Release files / ztfy.zmq-0.1.4.tar.gz
| Download URL | ztfy.zmq-0.1.4.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2409b15bc36f1e8c84990c98ce8ea71649bc82a498f875409bcb4d2750216a2
|
|
BLAKE2b-256 checksum How to use checksums |
9079182e621e4379deb957f10b66425385e26b07cd555b89d90da294c029536a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ztfy.zmq-0.1.4-py2.7.egg
| Download URL | ztfy.zmq-0.1.4-py2.7.egg |
|---|---|
| Size | 21.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
1ab3e2a9981515ea1239578938c78fad10946faa6613b4b5c6986467945ecc59
|
|
BLAKE2b-256 checksum How to use checksums |
f76fdab95523f8fae08d100968658db2c3d0148c3371d66382b7a935773c25a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |