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
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to