[erlang-questions] Restarting processes
Daniel Ginsburg
dg@REDACTED
Thu Mar 29 19:55:21 CEST 2007
I have glanced through the code and noticed that you use a very simple
and impossible to fail separate process "proc_tabs", which acts as ets
tables holder. So even if proc server itself will die and restart, its
state will be retained. Clever!
Ulf Wiger (TN/EAB) пишет:
> I made an extended process registry a while ago,
> called proc:
>
> http://jungerl.cvs.sourceforge.net/jungerl/jungerl/lib/proc/
>
> Here's the edoc manual:
> http://jungerl.cvs.sourceforge.net/*checkout*/jungerl/jungerl/lib/proc/d
> oc/proc.html?revision=1.1
>
> It allows processes to register under several different
> names, and the names don't have to be atoms. It also
> allows processes to register "properties", which do
> not have to be unique.
>
>
--
dg
More information about the erlang-questions
mailing list