ace v0.7.1 Ace.TCP.Server.Supervisor

Supervise a collection of servers, that are listening or handling connections.

Individual server processes can be stared from a supervisor, however recommended is to provide a constant sized number of accepting servers use a governor pool.

Summary

Functions

Start a new server supervisor

Functions

start_link(app)
start_link(Ace.TCP.Server.app) :: {:ok, pid}

Start a new server supervisor.

Each worker will be started with the same app defined behaviour.