nextupprevious

Alta

Extended JVM with a hierarchical process model.

Processes manage all of the resources of child processes (inherited from Fluke OS).

IPC model between two threads in different processes. Sibling processes can share objects directly.

Memory accounting is done with allocator-pays model. Parents are responsible for resources of terminated children.

Is implemented largely in Java.