This module provides the most basic API to the clients and servers, that are part of the Inets application, such as start and stop.
Type definitions that are used more than once in this module:
Returns a list of currently running services.
Services started as
Returns a list of currently running services where each service is described by a [{Option, Value}] list. The information given in the list is specific for each service and it is probable that each service will have its own info function that gives you even more details about the service.
Returns a list of available service names.
Starts the Inets application. Default type
is temporary. See also
Stops the inets application. See also
Dynamically starts an inets service after the inets application has been started.
Dynamically started services will not be handled by
application takeover and failover behavior when inets is
run as a distributed application. Nor will they be
automatically restarted when the inets application is
restarted, but as long as the inets application is up and
running they will be supervised and may be soft code
upgraded. Services started as
Stops a started service of the inets application or takes
down a "stand_alone-service" gracefully. When the