Hacker News new | ask | show | jobs
by randrus 1054 days ago
There’s a name collision with “Python Remote Objects”. Which I have to see as unfortunate, given my scars from that other pyro.
1 comments

I flirted with that but never used it. What was it like?
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.