[Mono-devel-list] Running lots of Mono applications efficiently

Miguel de Icaza miguel at ximian.com
Thu Mar 17 10:44:24 EST 2005


Hello,

> Suppose I have a lot of Mono applications, say, A.exe, B.exe, C.exe,
> etc. I want to be able to start and stop these applications
> independently (like regular applications) but I also want them to run
> in a single Mono VM for efficiency reasons. Is this possible?

You could do that by writing a driver that loads the applications in
independent AppDomains.

Alternatively, if you use Mono's AOT functionality, they would be
sharing a lot of the precompiled code.



More information about the Mono-devel-list mailing list