Tutorial package: how to build an OTP system

Ulf Wiger etxuwig@REDACTED
Thu Dec 5 18:18:46 CET 2002


I have made a slightly more ambitious tutorial of how to
build a system from scratch. It's fairly similar to my
previous example, but I tried to make it a little more
interesting(*).

I wrote a small HTML file (index.html) that covers the
different steps.

Perhaps someone could put this up on a public web site (e.g.
erlang.org), if you find it useful?

The "interesting" part is a distributed application that
uses start phases and the global name server, and implements
smooth takeover of state. It's actually quite tricky to do
this right, and you're all welcome to try and punch holes
into my example, if you find that it actually isn't safe.
It's not a whole lot of code (some 30 lines), but there are
several opportunities to go wrong.

Anyone with more time is also welcome to make the HTML file
more visually appealing. (:

Anyone with a lot more time might follow up with a tutorial
that shows how a live upgrade would be done. (: (:

Another follow-up tutorial would be to make the system into
an embedded system.

/Uffe
-- 
Ulf Wiger, Senior Specialist,
   / / /   Architecture & Design of Carrier-Class Software
  / / /    Strategic Product & System Management
 / / /     Ericsson Telecom AB, ATM Multiservice Networks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: release_tutorial.tgz
Type: application/octet-stream
Size: 17375 bytes
Desc: release_tutorial.tgz
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20021205/f2eeed7a/attachment.obj>


More information about the erlang-questions mailing list