net_kernel garbage collection

Thijs thijsterlouw@REDACTED
Thu Sep 24 17:25:09 CEST 2009


Is Erlang's hibernate not an option for you? You could use
erlang:hibernate() or if you decide to use a gen_server process,
return hibernate instead of a timeout.

http://erlang.org/doc/man/gen_server.html :
"If hibernate is specified instead of a timeout value, the process
will go into hibernation when waiting for the next message to arrive
(by calling proc_lib:hibernate/3). "


More information about the erlang-questions mailing list