back

by mpweiher·1mo ago·view on hn ↗
> Thanks for the pointer!

You're welcome!

> in-process implies exactly the absence of the isolation guarantees that OOP!Kay and microservices share.

OOP objects are in-process and are isolated using language mechanisms rather than machine/process boundaries.

1 comments
I think that arguably an (active) object à la Kay is itself a process — it doesn't have shared memory with the rest of the program (regardless of how that's achieved).