Hacker News new | ask | show | jobs
by Animats 1290 days ago
Hm. So, like enums for the web? Or, key/value stores where all key values are known. Who maintains the master list?
1 comments

In systems designed for it, communication channels can transmit handles without using a shared namespace or master list. An example of this in the real world is Unix-domain sockets having the ability to send file descriptors across the socket without using a namespace or master list.