[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688390: ITP: python-gevent-zeromq -- wrapper of the Python ZeroMQ library to make it compatible with Gevent



Package: wnpp
Severity: wishlist
Owner: Federico Ceratto <federico.ceratto@gmail.com>

* Package name    : python-gevent-zeromq
  Version         : 0.2.5
  Upstream Author : Travis Cline <travis.cline@gmail.com>
* URL             : https://github.com/traviscline/gevent-zeromq
* License         : BSD
  Programming Lang: Python
  Description     : wrapper of the Python ZeroMQ library to make it compatible with Gevent

 By importing zmq from "gevent_zeromq", Ã?MQ socket operations that would
 normally block the current thread will only block the current greenlet.
 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.


Reply to: