Coder Social home page Coder Social logo

gevent-zeromq's Introduction

gevent-zeromq

Wrapper of pyzmq to make it compatible with gevent. 0MQ socket operations that would normally block the current thread will only block the current greenlet.

Inspired by Ben Ford's work on 0MQ support in eventlet.

Requirements

Requires pyzmq>=2.1.0

Before version 2.1.0 (of both 0MQ and pyzmq) the underlying file descriptors that this library utilizes were not available.

Usage

Instead of importing zmq directly do a:

from gevent_zeromq import zmq

And use as normal.

About

This compatibility is accomplished by ensuring the nonblocking flag is set before any blocking operation and the 0MQ 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)

gevent-zeromq's People

Contributors

rfk avatar tmc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.