Embedding the VM

Host Lopolith from a C program: load modules once, create VMs, run entry classes on host threads, and shut everything down cleanly.

What you need

The running example

The track builds one host program: two entry classes that run concurrently on two host threads, sharing one VM and one singleton.

AppA: shared n=...
AppB: shared n=5000
total=5000 expect=5000
HOST OK

Chapters