[erlang-questions] Slave nodes without proxied I/O?

David King dking@REDACTED
Mon Apr 28 06:45:22 CEST 2008


By default, nodes started as slave nodes with slave:start/1 have their  
I/O proxied through the master node that started them. (That is, I/O  
operations done with the 'file' module are done on the master's  
filesystem, not the slaves').

Is there any way to turn this off?



More information about the erlang-questions mailing list