[Mono-list] AppDomain
Daniel Lopez
daniel@rawbyte.com
Mon, 24 Feb 2003 11:48:35 -0800
> do you really need such functionality inside unmanaged code? I guess you
> can also do that in managed code?
I am using it in mod_mono to create an application host and tell it to
process a request, with the application host being created in a different
AppDomain. It worked with Mono 0.19 because there was a hack in the
code that replicated the domain setup, but Mono 0.20 fixed how domains work,
the hack got removed and mod_mono broke and I am trying to glue the pieces
together :) The managed code approach you suggested works indeed and I will
likely use that as is the simplest solution.
Best regards
Daniel