> > Mono currently implements a shared handle mechanism to support .net > applications which share handles between processes, a > windows feature. This requires sharing state between mono processes, which > is very problematic, so I would suggest making it opt in mono 2.8, i.e. > introduce a MONO_ENABLE_SHM env variable or a --enable-shared-handles > command line option for the minority of applications which need this. >
I like the plan; We probably want both the environment variable and the command line option. The only downside is that the code will likely bitrot without anyone actively using it by default. Miguel.
_______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list