<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1187">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 15.0px; font: 12.0px Helvetica}
p.p3 {margin: 0.0px 0.0px 0.0px 12.0px; font: 16.0px Times; color: #011892}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica}
span.s1 {text-decoration: underline}
</style>
</head>
<body>
<p class="p1"><br></p>
<p class="p2">On 2013-07-16 08:04:23 +0000, Arie van Wingerden said:</p>
<p class="p1"><br></p>
<p class="p3">I have read this article <a href="http://www.erlang.se/workshop/2007/proceedings/05nicosi.pdf"><span class="s1">http://www.erlang.se/workshop/2007/proceedings/05nicosi.pdf</span></a> and I am wondering if there has been any progress in this field.</p>
<p class="p4"><br></p>
<p class="p5">Not that I heard of.</p>
<p class="p4"><br></p>
<p class="p5">I work around this problem by porting Erlang to RTEMS which is a hard realtime OS.</p>
<p class="p5">So one can do all hard realtime stuff in C, C++ or fwiw even Ada and run it at a higher prio than the Erlang VM</p>
<p class="p4"><br></p>
<p class="p5">For more info: http://www.grisp.org</p>
<p class="p4"><br></p>
<p class="p5">Even more info will be up soon, also with adding RSS to the site to make tracking it easier.</p>
<p class="p4"><br></p>
<p class="p5">I could imagine some subset of Erlang along FRP lines being compiled specially being able to also write hard realtime tasks without C but thats just pipedreams at the moment.</p>
<p class="p4"><br></p>
<p class="p5">But often the hard realtime stuff in systems is quite small so keeping just the hard realtime stuff in C and do as much as possible in Erlang on a Grisp system is very feasible.</p>
<p class="p4"><br></p>
<p class="p5">Cheers,</p>
<p class="p5">-- Peer</p>
</body>
</html>