[Mono-devel-list] need some help ! Multiple domains in Mono...

Pierre Brunet brunet at ocre.cea.fr
Tue May 17 11:41:28 EDT 2005


Hello, I've a lot of questions on Mono  It's for my University project.
I try to embed mono into an application.
My goal is to launch a mono into a pthread and run an assembly over it :

           (  )      (  )     (  ) <- toto.exe
            |          |        |
             |          |        |  <- pthread running pnet
            |          |        |
             |          |        |
            _______________________
           |                        |
           |        Process         |
           |________________________|

I try to launch all my mono in a single domain, but I've side effect 
when I pass arguments to my assembly.
So I want to launch mono in different domains, but I can't do that with 
mono_domain_create. (SegFault)
What is the right way to proceed ?

Thanks a lot.



More information about the Mono-devel-list mailing list