<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3018.900" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d8d0c8>
<DIV><FONT face=Arial size=2>Can anyone point me in the right direction on how 
to build a high availability solution in Erlang?  I want to push a single 
stream of UDP packets from redundant Erlang nodes.  If the master dies 
then the slave needs to take over until the master returns to life.  So 
this is like a pair of redundant data transmitters.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Is there a quick-and-dirty way?  What is the 
*right* way?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Also, is there any popular technique for avoiding 
data loss?</FONT></DIV></BODY></HTML>