Re: [Python-Dev] capability-mediated modules

March 18, 2003
4:26 p.m.
On Tue, Mar 18, 2003, Zooko wrote:
For example, suppose you want to control the ability to listen on sockets for network traffic. If there is a reference (e.g., to an object) that represents the privilege of listening on sockets, then you can give such a reference to one object, allowing that object it to listen on sockets, while withholding it from another object, thus preventing that one from listening on sockets.
Doesn't that only work if the second object never gains a reference to the first object? -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ Register for PyCon now! http://www.python.org/pycon/reg.html
8129
Age (days ago)
8129
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aahz