Package: wnpp
Severity: wishlist
Owner: Federico Ceratto <[email protected]>

* Package name    : python-gevent-zeromq
  Version         : 0.2.5
  Upstream Author : Travis Cline <[email protected]>
* 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.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to