[erlang-questions] How to call a locally Pid cross node on Distributed Application!

Peter Lemenkov lemenkov@REDACTED
Wed Apr 16 14:44:48 CEST 2008


2008/4/16, wenew zhang <wenewboy@REDACTED>:
> thanks for your reply,
> i see a example like you said on Joe 's book,
> can i use gen_server as a rpc:call()'s Arg ?How can i do that?
> tks

Sure you can.

rpc:call(Node, yourgenserver, start, [Params]).


BTW don't top-post and don't forget to CC to erlang-questions :)
-- 
With best regards!



More information about the erlang-questions mailing list