Module comm_acceptor

Acceptor.

Copyright © 2008-2012 Zuse Institute Berlin

Version: $Id$

Authors: Thorsten Schuett (schuett@zib.de).

Description

Acceptor.

This module accepts new connections and starts corresponding comm_connection processes.

Function Index

check_config/0Checks whether config parameters exist and are valid.
init/2
start_link/1

Function Details

start_link/1

start_link(GroupName :: pid_groups:groupname()) -> {ok, pid()}

init/2

init(Supervisor :: pid(), GroupName :: pid_groups:groupname()) ->
        any()

check_config/0

check_config() -> boolean()

Checks whether config parameters exist and are valid.


Generated by EDoc, Jul 23 2015, 22:07:40.