[Mono-list] Shared memory sanity check failed?!?

Miguel de Icaza miguel@ximian.com
13 Oct 2003 16:23:36 -0400


Hello,

> Thank you. It worked. :)
> 
> Could someone please explain what is the purpose of ~/.wapi and what
> might cause it to break?

The ~/.wapi directory is used to keep a shared-state file across
various Mono processes.  In the .NET Framework, handles for threads,
events, files, sockets and synchronization primitives is shared across
the space of all the applications running on it.

To make this work, it is necessary to keep this state on a separate
process

Miguel