Jonathan Pryor wrote: > That still wouldn't work, as *before* Main() is invoked there are > already multiple threads running. You might not have the unknown lock > state issue, but you will have the runtime assuming that threads exist > which won't exist in the child process. Oops. > > Isn't this an opportunity for 'embedding mono' with an explicit dynamic load of the mono runtime, so the main that runs is a C program that detaches first and sorts itself out and then loads up and initialises the mono runtime?
James _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
