Skip to main content

gevent compatibility layer for pyzmq

Project description

This library wraps pyzmq to make it compatible with gevent. ØMQ socket operations that would normally block the current thread will only block the current greenlet instead.

Requirements

pyzmq==2.2.0 gevent (compatible with 1.0 pre-releases as well)

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, decreasing overhead.

License

See LICENSE (New BSD)

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

gevent_zeromq-0.2.3.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file gevent_zeromq-0.2.3.tar.gz.

File metadata

File hashes

Hashes for gevent_zeromq-0.2.3.tar.gz
Algorithm Hash digest
SHA256 736348a391e148867cfd81b9ffe61054b1a6b2700df19227d4804dd4912781b9
MD5 6b3ea5a87c5614578454f2abb4a9f807
BLAKE2b-256 196dc881130f2c6048f6f4fec515be43050ea683d3ef908748b14bde51c08f53

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