@hackage network-transport-zeromq0.2.1.1
ZeroMQ backend for network-transport
Categories
License
BSD-3-Clause
Maintainer
Alexander Vershilov <alexander.vershilov@tweag.io>
Links
Versions
Deprecated
Dependencies (14)
- async >=2.0
- base >=4.6 && <5
- binary >=0.6
- bytestring >=0.10
- containers >=0.5
- data-accessor >=0.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
install-benchmarks
(off by default)
Build and install extra benchmarks executables (default benchmarks will be built, but not installed, using --enable-benchmarks).
distributed-process-tests
(off by default)
Build test suites that require distributed-process to be installed.
Implementation of the <http://hackage.haskell.org/package/network-transport network-transport> API over ZeroMQ. This provides access to the wealth of transports implemented in ZeroMQ, such as in-process, inter-process, TCP, TPIC and multicast. Furthermore, this makes it possible to encrypt and authenticate clients using ZeroMQ's security mechanisms, and increase throughput using ZeroMQ's intelligent message batching.