[erlang-questions] start/stop applications without a callback module

Xavier Noria fxn@REDACTED
Mon Jan 1 20:43:31 CET 2018


Trying to get the vocabulary right for OTP applications without a callback
module.

Does the application controller spawn an application master process for
applications without callback modules? If yes, with what purpose? Do you
still call that "starting" the application even though there is no
`start/2` callback to invoke?

Are applications without callback modules also "stopped" in some sense? I
mean, do you use the verb "stop" for them even though there is no `stop/1`
callback to invoke? And if yes, what does "stopping" do?

Is there an official or common term to refer to "application without a
callback module", and "application with a callback module"?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180101/ef0557af/attachment.htm>


More information about the erlang-questions mailing list