[erlang-questions] Application setup

Kirill Zaborski qrilka@REDACTED
Sat Jun 16 16:08:51 CEST 2007


What is the recommended way to do application setup in OTP? I mean what if
my application requires some initialization steps before running? E.g. it
requires some mnesia tables created.
As I understand for release upgrade I can do this using *.appup files in OTP
Design Principles I see only example of process state modification is it OK
to transform mnesia tables in code_change/3?
And what do I when I install my application first time?

Regards,
Kirill.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20070616/c27b3b47/attachment.htm>


More information about the erlang-questions mailing list