How access the gen_server across the network

Oscar ro4tub@REDACTED
Fri Aug 7 14:28:25 CEST 2009


I've start the gen_server via gen_server:start_link({global,
game_time_service}, ...) and access the service via
gen_server:call({global, game_time_service}, get_time).

It throws the nprpoc exception when I access it.

Any suggestions?

Thanks.


More information about the erlang-questions mailing list