Hi to everyone, Can someone tell me if there is a way to synchronize two Mono processes? I have two applications, both accessing a file one for reading and writing and the other for reading. The file is xml and I use the XmlDocument object of System.Xml. Sometimes the application that reads and writes crashes and no exception is thrown. The file ends up with zero bytes. I found that the Mutex object of System.Threading only works with threads of the same process, despite the fact that it supports named mutexes for interprocess synchronization.
Thanks for any help -- View this message in context: http://mono.1490590.n4.nabble.com/Interprocess-synchronization-tp3059130p3059130.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
