Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-27 Thread Gelin Yan
On Thu, Mar 26, 2015 at 9:41 PM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Gelin Yan A few years ago, I tried to port one of our server from .net to

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-27 Thread Greg Young
As an aside I was perf and stability testing some code last night and mono used less memory and was faster than the equivalent clr tests. Good job everyone :) On Thursday, March 26, 2015, Gelin Yan dynami...@gmail.com wrote: Hi All A few years ago, I tried to port one of our server from

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-27 Thread Edward Ned Harvey (mono)
From: Gelin Yan [mailto:dynami...@gmail.com] Unfortunately, at the time, mono crashed each time after a few seconds of pressing tests. (IAsyncResult was slightly better, it lasted a bit longer). Check the mono compatibility guide. All the async stuff, except for ASP.Net, has stabilized

[Mono-dev] Is mono ready for backend deployment?

2015-03-26 Thread Gelin Yan
Hi All A few years ago, I tried to port one of our server from .net to mono. At the time. Mono 2.8 was just out. My server use socket (tcp almost) thread pools heavily. I noticed several crash reports during the tests and some of them were related to mono's gc threadpool, so finally I

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-26 Thread James Hughes
Hi Gelin, See http://opensimulator.org . We have been using mono to power a server for shared 3d virtual spaces (virtual worlds) since the project started around 2007. We do use a third party http server and threading utilities. The application uses several server stacks that perform separate

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-26 Thread Ivo Smits
Hi Gelin, I think mono is doing a good job, especially for backend uses. LISTEQ uses it to host their BoXedVDI Cloud Desktop software (www.listeq.com) - where the mono/.net application handles all the network I/O, video compression and encryption. I also use mono for much of the

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-26 Thread Gelin Yan
On Thu, Mar 26, 2015 at 8:29 PM, Ivo Smits i...@ufo-net.nl wrote: Hi Gelin, I think mono is doing a good job, especially for backend uses. LISTEQ uses it to host their BoXedVDI Cloud Desktop software (www.listeq.com) - where the mono/.net application handles all the network I/O, video

Re: [Mono-dev] Is mono ready for backend deployment?

2015-03-26 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Gelin Yan    A few years ago, I tried to port one of our server from .net to mono. At the time. Mono 2.8 was just out. My server use socket (tcp almost) thread pools heavily.