Multi VM or NOT ?
Submitted by thebubble on Wed, 04/21/2004 - 20:32.
What is the plan to JNODE architecture?
One way is run one VM by programme (plugin?), each heap can garbage separately.
But on this way, we can't access to static method of others VM. We need make a kernel access perhaps with "super static" field?
Others way are too using one VM, but the heap is bigger, garbage needs work strongly. All static filed can access from all programme.
- Login to post comments
Single VM, multiple isolates
See JCP 202
Ewout