Hacker News new | ask | show | jobs
by gjvc 1064 days ago
I flirted with that but never used it. What was it like?
1 comments

It's a remote object model, very similar in spirit to CORBA. This allows the object creator/user and the object itself to be in different fault domains - which makes it all too easy to lose track of objects and leak them, unless you've added significant management scaffolding.
I know what it is, but thank you for the leaking part.