Re: Correct use of mono_jit_init()
Robert Jordan <[email protected]> Thu, 27 Apr 2017 10:47:19 +0200
| Newsgroups | gmane.comp.gnome.mono.devel |
|---|---|
| Message-ID | <[email protected]> |
On 26.04.2017 22:28, howard.rubin wrote: > My application that calls C# from C++ using mono can be active in more than > one process. > > Should each process's call to mono_jit_init() use the same domain name or is > it be better for each process to pass a unique domain name? > > In my testing it works both ways. It doesn't matter because the domain name is just for humans. IIRC, it doesn't need to be unique even in the same process. Robert _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.dot.net/mailman/listinfo/mono-devel-list