OTP vs. non-OTP
Vance Shipley
vances@REDACTED
Fri Jan 31 23:47:24 CET 2003
Marc,
The opensource distribution or Erlang/OTP contains all of the OTP
applications and documentation. From the top of the documentation
tree you will find "System Documentation". There, at the bottom of
the page, you will find a section titled "Working with OTP":
System Principles
How to create, start, restart and stop an OTP target system.
Design Principles
Structure your programs with applications, supervisors and
generic behaviors (gen_server, gen_event and gen_fsm). Also
use the built in error logger.
OAM Principles
OTP Operation and Management Principles
The URLs are:
http://www.erlang.org/doc/r9b/doc/system_principles/part_frame.html
http://www.erlang.org/doc/r9b/doc/design_principles/part_frame.html
http://www.erlang.org/doc/r9b/doc/oam/part_frame.html
On Fri, Jan 31, 2003 at 11:24:01PM +0100, Marc Ernst Eddy van Woerkom wrote:
} > 2) write real applications using generic behaviours and if
} > appropriate supervision, application, OAM, etc.
}
} Is it possible to study this from the public available documentation?
} What would I have to read?
}
} Regards,
} Marc
More information about the erlang-questions
mailing list