Ace.Governor (ace v0.19.0) View Source

A governor maintains servers ready to handle clients.

A governor process starts with a reference to supervision that can start servers. It will then wait until the server has accepted a connection. Once it's server has accepted a connection the governor will start a new server.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(server_supervisor, listen_socket)

View Source