The documentation for using threads in mono is woefully inadequate, but with experimentation threads can be made to work.
One way is to use mono_thread_create(). Another is to open the domain outside the threads with mono_jit_init(), then in the created threads call mono_thead_attach() at the beginning and mono_thread_detach() at the end. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-in-Ubuntu-thread-tp4670463p4670511.html Sent from the Mono - Dev mailing list archive at Nabble.com. _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.dot.net http://lists.dot.net/mailman/listinfo/mono-devel-list