[erlang-questions] Communicating with more than one Java processes

Vlad Dumitrescu vladdu55@REDACTED
Wed Feb 22 14:47:42 CET 2012


Hi!

> On Feb 22, 2012 11:28 AM, "Martin Dimitrov" <mrtndimitrov@REDACTED> wrote:
> How to make a single Erlang process communicate with more than one Java
> processes?

How would you do if there were two Erlang nodes? It's exactly the
same. You need either to know their node names and have a named
process there to talk to, or the Java part can send a message to a
known process with a pid where they can be contacted.

Regards,
Vlad



More information about the erlang-questions mailing list