Module hss_sup

This module implements the supervisor for the hss application servers.

Copyright © 2008 Motivity Telecom Inc.

Behaviours: supervisor.

Authors: Vance Shipley (vances@motivity.ca) [web site: http://www.motivity.ca].

Description

This module implements the supervisor for the hss application servers.

The application behaviour callback module for the hss application starts this supervisor. Initially no children are started. Servers are added by calling hss:start_link/1.

The supervision heirachy is depicted in Figure 1-1. When the hss application starts it's application callback module hss_app starts the supervisor implemented in this module. This supervisor initially has no child processes. Servers instantiated from the hss_server module will be started later using hss:start_link/1.

supervision heirachy
Figure 1-1


Generated by EDoc, Dec 29 2008, 15:46:25.