[Mono-bugs] [Bug 82510][Maj] Changed - assert when unloading domains and throwing exception from XmlDocument.Load.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 15:19:58 EDT 2007


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 vargaz at gmail.com.

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

--- shadow/82510	2007-08-21 13:32:39.000000000 -0400
+++ shadow/82510.tmp.4925	2007-08-21 15:19:58.000000000 -0400
@@ -83,6 +83,19 @@
 
 Parameters also would have to be boxed, and a MonoArray would have to be allocated 
 instead of using the usual mono_runtime_invoke parameters.
 
 It seems that this would make invokation of our methods around twice as slow. So thats 
 not very good. This is why, i want to switch domains from unmanaged code.
+
+------- Additional Comments From vargaz at gmail.com  2007-08-21 15:19 -------
+Another option which might or might not work for your application is
+by doing everything in the call back, i.e. calling managed code to do
+the appdomain translation at the beginning of a thread, then calling
+back into C code and doing everything there.
+
+
+
+
+
+
+


More information about the mono-bugs mailing list