[erlang-questions] Why is Erlang what it is?

Kirill Zaborski qrilka@REDACTED
Tue Dec 12 11:07:54 CET 2006


Where can I find some more details about it? E.g. how do you name JVMs (like
node names in Erlang)?
Are there any plans for more features?

On 12/12/06, jla415 <jla415@REDACTED> wrote:
>
>
>
> Kirill Zaborski wrote:
> >
> > E.g. there are Scala actors library but it implements just one Erlang
> > feature of message-passing and as I see it's even not possible to send
> > messages between JVMs.
> > And of course we need the full power of OTP. But to implement it we need
> > "core" Erlang.
> >
>
> Somewhat off-topic here, but you can do message passing in the scala
> actors
> library between jvms with the scala.actor.remote.Actor.* classes, however
> the current implementation seems pretty inefficient as it basically does a
> while(inputStream.available() > 0) { ... } busy loop for each connection.
> Hopefully this will be fixed in the future to use NIO or similar async io
> techniques
>
> --
> View this message in context:
> http://www.nabble.com/-erlang-questions--Why-is-Erlang-what-it-is--tf2803978.html#a7830008
> Sent from the Erlang Questions mailing list archive at Nabble.com.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20061212/b9e80804/attachment.htm>


More information about the erlang-questions mailing list