[Mono-bugs] [Bug 76757][Nor] Changed - new AppDomains inherit current loaded assemblies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 18 13:14:55 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by brian at fluggo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76757

--- shadow/76757	2006-06-17 20:02:41.000000000 -0400
+++ shadow/76757.tmp.12853	2006-07-18 13:14:55.000000000 -0400
@@ -522,6 +522,21 @@
 
 
 ------- Additional Comments From brian at fluggo.com  2006-06-17 20:02 -------
 This last patch was also submitted to mono-devel. I believe it will
 fix the bug and avoid splash damage. See mono-devel for another take
 on this patch.
+
+------- Additional Comments From brian at fluggo.com  2006-07-18 13:14 -------
+Last time someone looked at this patch, they said it made XSP run too
+slow. Some alternatives:
+
+* Reduce the number of cross-domain calls in XSP.
+* Optimize the CrossAppDomainChannel path.
+* Find a way of creating safe cross-domain wrappers. Care needs to be
+taken here; in theory, a pair would need to be created per pair of
+AppDomains, and that could exhaust memory in the original AppDomain.
+
+I *really* think this bug should be fixed. I currently have to patch
+every version of Mono I download, and the longer this bug stays, the
+more damage it will cause when it's actually fixed. (e.g. XSP relies
+heavily on this behavior.)


More information about the mono-bugs mailing list