rpc:call on windows 2000

Bengt Kleberg bengt.kleberg@REDACTED
Mon Oct 11 09:26:20 CEST 2004


micke wrote:

...deleted

> (ping@REDACTED)21> rpc:call( 'ping@REDACTED', io, 
> format, ['asdfasdasd']).
> asdfasdasdok

...deleted
> QUESTION: The call goes back to the same window, any clues on what the problem 
> is ?

a feature of erlang stdio is that output goes to the process leaders 
io-device. your call to ''ping'' will execute there, but send its output 
to pong, since that is where you made the call. in most cases this is 
what you want.


bengt



More information about the erlang-questions mailing list