gevent compatibility layer for pyzmq
Project description
Wrapper of pyzmq to make it compatible with gevent. ØMQ socket operations that would normally block the current thread will only block the current greenlet.
Inspired by Ben Ford’s work on ØMQ support in eventlet.
Requirements
Requires pyzmq>=2.1.0
Before version 2.1.0 (of both ØMQ and pyzmq) the underlying file descriptors that this library utilizes were not available.
Usage
Instead of importing zmq directly, do so in the following manner:
from gevent_zeromq import zmq
Any calls that would have blocked the current thread will now only block the current green thread.
About
This compatibility is accomplished by ensuring the nonblocking flag is set before any blocking operation and the ØMQ file descriptor is polled internally to trigger needed events.
Will build with cython if available. In my simple nonscientific test this resulted in an almost 50% speedup in a local 1-1 PUB SUB sending of 100,000 1K messages in a single tight loop.
There are plans to further the integration with both gevent and pyzmq via cython for speed.
License
See LICENSE (New BSD)
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
File details
Details for the file gevent_zeromq-0.2.0.tar.gz
.
File metadata
- Download URL: gevent_zeromq-0.2.0.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce2d23638c667aad27a55b47c6dcf7d3a2e885a9e787ffe0256c26d4d9eaf800 |
|
MD5 | 0577be386a3d46451954010688cb50f8 |
|
BLAKE2b-256 | d43e342aa8860861dec6b44739b3c372734386eb02b395dc605d08ade032c6a7 |