Re: Support for non-unique process labels?
"Michael P." <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <20210519153803.2a779188@aesop> |
On Fri, 7 May 2021 10:24:32 +0200 Loïc Hoguin <[email protected]> wrote: > What you want is to be able to either: There might already be information (possibly s/th like ?MODULE) in the process data (on the BEAM level). Then it would be only a question of exhibition, not one of addition. > * register processes using any term and not just atoms > * have garbage collectable atoms > > That way Observer will always show the proper name. * Not for unregistered processes, for registered ones the name is displayed already? * make_ref/? just like atoms, only equal or not, but node-local and transient (= 'run-time creation/deletion')? ~M -- The clever man acquires the knowledge of other clever men; the sage can also learn from the fool. Der kluge Mann eignet sich das Wissen anderer kluger Männer an; der Weise kann auch vom Narren lernen.