[erlang-questions] Slave node and open file

Nicholas Frechette zeno490@REDACTED
Tue Jul 6 21:02:30 CEST 2010


Unless I am mistaken, the erlang master/slave modules are designed such that
all IO (perhaps only file system IO) on the slave is redirected to the
master. This allows slaves to read/write to the master while doing the heavy
lifting on the remote cpu.
I'm not sure if you can access the slave's file system that way.

On Tue, Jul 6, 2010 at 1:51 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> rpc:call ?
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list