./wip/py-txZMQ, Twisted bindings for ZeroMQ

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.3, Package name: py310-txZMQ-0.7.3, Maintainer: kamelderouiche

txZMQ introduces support for general 0MQ sockets by class ZmqConnection that can
do basic event loop integration, sending-receiving messages in non-blocking
manner, scatter-gather for multipart messages.

txZMQ uses 0MQ APIs to get file descriptor that is used to signal pending
actions from 0MQ library IO thread running in separate thread. This is used in a
custom file descriptor reader, which is then added to the Twisted reactor


Required to run:
[net/py-twisted] [net/py-zmq] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 63094968eb842b0a059100745693338db987158e
Filesize: 18.226 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-20 17:30:08 by Kamel Ibn Aziz Derouiche | Files touched by this commit (1)
Log message:
PLIST clean

   2015-02-20 17:13:26 by Kamel Ibn Aziz Derouiche | Files touched by this commit (1)
Log message:
Change distribution strategy

   2015-02-20 11:40:03 by Kamel Ibn Aziz Derouiche | Files touched by this commit (1)
Log message:
set DESCR

   2015-02-20 11:38:34 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4)
Log message:
Import py27-txzmq-0.7.3 as wip/py-txZMQ.

txZMQ introduces support for general 0MQ sockets by class ZmqConnection that can
do basic event loop integration, sending-receiving messages in non-blocking
manner, scatter-gather for multipart messages.

txZMQ uses MQ APIs to get file descriptor that is used to signal pending
actions from MQ library IO thread running in separate thread. This is used in a
custom file descriptor reader, which is then added to the Twisted reactor