distributed-process-supervisor

Supervisors for The Cloud Haskell Application Platform

http://github.com/haskell-distributed/distributed-process-supervisor

Version on this page:0.1.3.1
LTS Haskell 6.35:0.1.3.2@rev:1
Stackage Nightly 2016-05-25:0.1.3.2
Latest on Hackage:0.2.1

See all snapshots distributed-process-supervisor appears in

BSD-3-Clause licensed by Tim Watson
Maintained by Facundo Domínguez
This version can be pinned in stack with:distributed-process-supervisor-0.1.3.1@sha256:d4c2e14c8a7edabbef09749b91faff9fbf8ccffaef183f5cb83431e5801bc022,4040

Module documentation for 0.1.3.1

A part of the Cloud Haskell framework This package implements a process which supervises a set of other processes, referred to as its children. These child processes can be either workers (i.e., processes that do something useful in your application) or other supervisors. In this way, supervisors may be used to build a hierarchical process structure called a supervision tree, which provides a convenient structure for building fault tolerant software. For detailed information see Control.Distributed.Process.Supervisor