ace v0.10.0 Ace.Server.Supervisor View Source

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.

Link to this section Summary

Functions

Start a new server supervisor

Link to this section Functions

Link to this function start_link(app) View Source
start_link(Ace.Server.app) :: {:ok, pid}

Start a new server supervisor.

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