Server Project using Mono Framework?
Hey guys,
we want to create a new server application. It's focus is to provide very performant and stable access to an audio processing engine which in fact is a black box written in C++ to be encapsulated in this new server app.
My idea was, to do that using the Mono framework so that we could possibly run the server on Unix or Mac.
Now my questions: Do you have any experience using mono in big commercial server apps? Are there any big reference projects implemented in Mono? Is it stable? Would YOU do it again? Is it faster (cheaper) and more comfortable than developing in native C++?
Thank you very much in advance for posting your opinions!
Re: Server Project using Mono Framework?