Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can anyone recommend a good setup for Mono? In my tests, mono-fascgi + nginx has been extremely slow at handling requests. Wanted to give this a spin some time ago, as well as ASP.NET MVC, but I couldn't get decent performance on linux.


We outline the different ServiceStack + Linux deployment options over at:

http://stackoverflow.com/questions/12188356/what-is-the-best...

Some instructions on how to run ServiceStack as a self-hosted daemon (or behind an Nginx reverse proxy):

https://github.com/ServiceStack/ServiceStack/wiki/Run-Servic...

All of ServiceStack live demos runs on an Ubuntu vServer under Nginx/MonoFastCGI including the Razor Rockstars live demos:

http://razor.servicestack.net - ASP.NET Hosted live demo powered by Linux / Nginx / MonoFastCGI

http://razor-console.servicestack.net - Self-Hosted Console App hosted behind Nginx Reverse Proxy


@7Digital also discuss their ServiceStack on Linux deployment strategies using Nginx / FastCGI Mono + Capistrano which they describe in detail at:

http://blogs.7digital.com/dev/2012/09/25/atomic-mono-deploym...

They also discuss their experiences with ServiceStack, and how they've customized it to their liking: http://blogs.7digital.com/dev/2012/09/20/lessons-learnt-whil...


Apache + mod_mono works pretty well for us. It is fast and stable. nginx + fastCgi not so well.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: