distributed-process-supervisor

Version 0.2.2 revision 1 uploaded by LaurentRDC.

Package meta

Synopsis
Supervisors for The Cloud Haskell Application Platform
Description

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

Author
Tim Watson
Bug reports
http://github.com/haskell-distributed/distributed-process/issues
Category
Control
Copyright
Tim Watson 2012 - 2013
Homepage
http://github.com/haskell-distributed/distributed-process
Maintainer
The Distributed Haskell team
Package URL
n/a
Stability
experimental

Components