distributed Erlang connect fails

Gerd Flaig gerd@REDACTED
Tue May 31 16:47:37 CEST 2005


Fredrik Thulin <ft@REDACTED> writes:

> I'm writing a command-line control tool for my application. I get
> into problems if I execute my control-tool rapidly (like pressing
> up-arrow and then enter in the UNIX shell).

you could try to assign a unique name to each control tool instance,
like in

$ erl -name control$$ -hidden -remsh incomingproxy@`hostname -f`

That way, you also get the advantage that multiple instances of the
control tool can be active at the same time.

     Goodbyte, Gerd.
-- 
Gerd Flaig                     Technik                gerd@REDACTED
Bei Schlund + Partner AG       Brauerstraße 48      D-76135 Karlsruhe
 Physics is like sex: sure, it may give some practical results,
 but that's not why we do it. -- Richard Feynman



More information about the erlang-questions mailing list