- 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);
CHayT 22.10.2021 12:52 # 0
bormand 22.10.2021 14:42 # 0
CHayT 22.10.2021 14:48 # 0
bormand 22.10.2021 14:51 # 0
guest6 22.10.2021 15:21 # 0
http://alwayscoding.ca/momentos/2010/12/04/the-ruby-symbol-is-a-memory-leak/
j123123 22.10.2021 18:05 # 0
Soul_re@ver 22.10.2021 18:45 # 0
guest6 22.10.2021 18:48 # 0
j123123 22.10.2021 18:53 # 0
ObeseYoung 22.10.2021 18:58 # 0
Зато там может быть WinCE и PocketCMD