@hackage / network-transport-zeromq

ZeroMQ backend for network-transport

Version Deprecated package0.2.1.1

About

Metadata

  • Last updated , by AlexanderVershilov
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Alexander Vershilov <alexander.vershilov@tweag.io>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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.