distributed-process-supervisor: Supervisors for The Cloud Haskell Application Platform

[ bsd3, control, library ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.1, 0.1.2, 0.1.3.1, 0.1.3.2, 0.2.1
Change log ChangeLog
Dependencies base (>=4.8.2.0 && <5), binary (>=0.6.3.0 && <0.9), bytestring (>=0.9), containers (>=0.4 && <0.6), data-accessor (>=0.2.2.3), deepseq (>=1.3.0.1 && <1.5), distributed-process (>=0.7.3 && <0.8), distributed-process-client-server (>=0.2.0 && <0.4), distributed-process-extras (>=0.3.1 && <0.4), distributed-static (>=0.3.4.0 && <0.4), exceptions (>=0.8.3 && <0.11), fingertree (<0.2), hashable (>=1.2.0.5 && <1.3), mtl, stm (>=2.4 && <2.5), time (>1.4 && <1.9), transformers, unordered-containers (>=0.2.3.0 && <0.3) [details]
License BSD-3-Clause
Copyright Tim Watson 2012 - 2013
Author Tim Watson
Maintainer Tim Watson <watson.timothy@gmail.com>
Category Control
Home page http://github.com/haskell-distributed/distributed-process-supervisor
Bug tracker http://github.com/haskell-distributed/distributed-process-supervisor/issues
Source repo head: git clone https://github.com/haskell-distributed/distributed-process-supervisor
Uploaded by AlexanderVershilov at 2018-06-14T16:09:21Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 4096 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-14 [all 1 reports]