Hi, I'm trying to embed the Mono runtime into a Linux pthreads application (so it can execute multiple managed code instances independantly). What is the correct way of going about it ? Can I for example create multiple instances of the Mono runtime (mono_jit_init) ? Or should I go about having one Mono instance and use some form of serialization ? Are there any special considerations/function wrappers re. Boehm GC usage ?
Best Regards, George Kodinov _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
