ace v0.15.0 Ace.Governor 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

Link to this section Functions

Link to this function start_link(server_supervisor, listen_socket) View Source