[Mono-list] Mono embedding and threads

George Kodinov kgeorge@plovdiv.techno-link.com
Tue, 08 Oct 2002 10:55:13 +0300


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