[Mono-dev] Creating AppDomains From Embedded Mono

Paolo Molaro lupus at ximian.com
Thu Jan 12 10:52:01 EST 2006


On 01/11/06 Jim Purbrick wrote:
> At the moment I'm thinking the best thing to do might
> be to #define the code to use a single AppDomain on
> Windows and just do the secondary AppDomain creation
> and unloading on Linux, which is our production
> environment anyway. I'm loathe to make the 2 versions
> behave differently, but it would allow me to make some
> forward progress while trying to sort this problem out
> as a background task.

If you can provide a small test case that reproduces the bug, someone
with a debug build on windows could take a look.
Anyway, my suggestion still stands: do the all the appdomain
transisions with managed code (C#).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list