- 1
- 2
- 3
- 4
- 5
- 6
make_process_name("client", {Node,Key}) when is_atom(Node) ->
%% This function is going to be called enough to warrant a less pretty
%% process name in order to avoid calling costly functions
KeyStr = erlang:integer_to_list(erlang:phash2(Key)),
NodeStr = erlang:atom_to_list(Node),
erlang:list_to_atom("gen_rpc.client." ++ NodeStr ++ "/" ++ KeyStr);
http://alwayscoding.ca/momentos/2010/12/04/the-ruby-symbol-is-a-memory-leak/
Зато там может быть WinCE и PocketCMD