Our MemoryMappedFile implementation has quite a few bugs on 3.4.0 that were addressed on 3.6.0.
The one thing left that we have no plans to support at this time are cross-process named mappings. -- Rodrigo On Fri, Jul 18, 2014 at 4:01 PM, Michael McGlothlin < [email protected]> wrote: > I'm experimenting with writing a local service that I need to be > reasonably fast. I'd like it to work on Windows, Mac OS, and Linux at > least. I've never written a service in C# but the first thing I tried for > IPC was using memory mapped files. Immediately I got a complaint that what > I was doing wasn't supported under Mono because it didn't jive with Unix.. > so I switched to creating from a file (as the previous error message told > me to do) but it seems if the file exists it dies with an error about the > file already existing and if the file doesn't already exist it dies with an > error that the file doesn't exist. > > Is this just plain not the right way to make a fast local service in C#? > I'd be ok with using pipes or IPC sockets if it is a better idea but in > Googling it seemed that C# had made these rely on networking for some > reason. > > > 📱 Michael McGlothlin > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
