<div>Where can I find some more details about it? E.g. how do you name JVMs (like node names in Erlang)?</div>
<div>Are there any plans for more features?<br> </div>
<div><span class="gmail_quote">On 12/12/06, <b class="gmail_sendername">jla415</b> <<a href="mailto:jla415@gmail.com">jla415@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>Kirill Zaborski wrote:<br>><br>> E.g. there are Scala actors library but it implements just one Erlang
<br>> feature of message-passing and as I see it's even not possible to send<br>> messages between JVMs.<br>> And of course we need the full power of OTP. But to implement it we need<br>> "core" Erlang.
<br>><br><br>Somewhat off-topic here, but you can do message passing in the scala actors<br>library between jvms with the scala.actor.remote.Actor.* classes, however<br>the current implementation seems pretty inefficient as it basically does a
<br>while(inputStream.available() > 0) { ... } busy loop for each connection.<br>Hopefully this will be fixed in the future to use NIO or similar async io<br>techniques<br><br>--<br>View this message in context: <a href="http://www.nabble.com/-erlang-questions--Why-is-Erlang-what-it-is--tf2803978.html#a7830008">
http://www.nabble.com/-erlang-questions--Why-is-Erlang-what-it-is--tf2803978.html#a7830008</a><br>Sent from the Erlang Questions mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________
<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions
</a><br></blockquote></div><br>