[Mono-devel-list] Embedding Mono in a Virtual World

Willibald Krenn Willibald.Krenn at gmx.at
Fri Mar 18 13:53:36 EST 2005


Jim Purbrick schrieb:
> Is it possible to save and load mono stacks? 
> 
> I'm currently looking at embeding mono in a virtual
> world application to run user scripts. I need to be
> able to save the state of a running script, send it to
> another machine and start the execution where it left
> off.

I don't think this will work. You'd have to guarantee that all code (JIT 
compiled methods) is at the same place, the methods are actually compiled, all 
VMTs are correctly initialized, ... (What about all the objects on the heap?)

Willi




More information about the Mono-devel-list mailing list