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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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.) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
