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