CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Question 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!

  2. #2

    Angry Re: Server Project using Mono Framework?

    no one?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured