Sorry for the late response, I flagged this e-mail for responding to, but accidentally also archived it.<br><br>I am doing research in discrete distributed simulation and have read the paper that you are referring to. I have not found any other references to using Erlang for simulation work. I think this is because not one really ran with the research and produced more papers. There may be industrial applications that have been built, but since those tend to be internal projects and not outward facing products there isn't much press on them :-) The mainline languages that are used for simulation tend to be OO based, so you see a lot of discussion of using Java and C++, but almost nothing for other languages.<div>
<br></div><div>I don't feel that there is a significant advantage in using something like C++, because Erlang/OTP allows for the encapsulation that OO is being used for. Also to be quite honest when it comes to large distributed simulations I suspect that modern Erlang would beat the pants off more traditional languages wrt to engineering costs and performance, since doing large scale threading and concurrency in most OO languages is a pain. I am looking at doing a comparison of implementing in C++ and Erlang for distributed simulation, but I don't have a lot of spare time to work on it.</div>
<div>-Ryan Harrison </div><div><br><div class="gmail_quote">On 13 October 2011 09:36, Floris van Manen <span dir="ltr"><<a href="mailto:vm@klankschap.nl">vm@klankschap.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
While googling around for (simple) erlang implementations of discrete event simulations,<br>
i come across a single paper about the subject.<br>
"Discrete Event Simulation in Erlang" by A. Ermedahl (1995)<br>
Does it mean that is a non issue, or an ultimate example of write once use for ever ?<br>
<br>
Is there more information available ?<br>
Thanks<br>
.Floris<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>