Re: [Mono-dev] Mutex Bug

2014-07-03 Thread Vladimir Dimitrov
I guess I will be having the same problem as you. So why not just use a file in the temp folder with a unique name somehow connected with the locked resource (like company_name-product_name.lck) and just try to open it with no sharing? This together with poling should be enough. Why do you

Re: [Mono-dev] Mutex Bug

2014-07-03 Thread Edward Ned Harvey (mono)
From: Brandon Perry [mailto:bperry.volat...@gmail.com] Does the file have to be written to in real time? Why not perform buffered writes to a memory region, then flush to disk when a satisfiable amount of entropy has been met? Oh - it's not like that. It's transactional. One time,

Re: [Mono-dev] Debian CI PPA for Ubuntu/Debian

2014-07-03 Thread Miguel de Icaza
Hello Alex, Xamarin Studio is just our Android/iOS add-in, and the branding addin on top of a vanilla Xamarin Studio. Those addins require an SDK that is not available on Linux, so it does not make much sense to ship those. Miguel On Sat, Jun 28, 2014 at 6:15 PM, Alexander Trauzzi

Re: [Mono-dev] Debian CI PPA for Ubuntu/Debian

2014-07-03 Thread Bob Summerwill
But perhaps this webpage will change, Miguel? http://monodevelop.com/Download ... with the openSUSE, SLE, Debian and Ubuntu binaries for MonoDevelop becoming first class citizens, co-released with Windows and Mac? Cheers, Bob On Thu, Jul 3, 2014 at 7:32 AM, Miguel de Icaza