[Mono-list] AppDomain Unload and references

Jörg Rosenkranz joergr@voelcker.com
Wed, 10 Sep 2003 15:58:29 +0200


Hello Piyush,

AppDomain unloading seems to be still buggy. See bug
http://bugzilla.ximian.com/show_bug.cgi?id=47659

You can unload an AppDomain but can't create a second one later.
And there may be other side effects.

Jörg

> -----Original Message-----
> From: Piyush Garyali [mailto:piyush_garyali@rediffmail.com] 
> Sent: Wednesday, September 10, 2003 3:31 PM
> To: Varga Zoltan
> Cc: mono-list@ximian.com
> Subject: Re: Re: [Mono-list] AppDomain Unload and references
> 
> 
> Hello Zoltan,
> 
> Thanks for the response,
> 
> I was going through the mono code and found that there is an 
> icall, ves_icall_System_AppDomain_InternalUnload which actually 
> calls a function mono_domain_unload(). When you say that AppDomain 
> unloading does not work under mono, did you want to mean that 
> AppDomain unloading does not *fully* work with mono??
> 
> I am saying so beacause the mono_domain_unload, in a bit ruthless 
> manner, but sure does unload AppDomains!
>