We have a web service that provides a fairly large amount of traffic that will help you determine which of your preferred contacts are based on the emails you received.
This service was originally implemented in C # /. NET in order to use some code that we already run on Windows hosts. This service does not use ASP.NET, but it is a simple C # service using a basic HTTP listener from .NET.
The service works fine, but after a while MONO completely blocks and stops responding to any requests. Performance is fine, but not very good, and itβs seams that we spend a huge amount of time calculating the difference between CLO MONO and Windows CLR. I must admit, I come from the Java background, and it seems that the server-side ecosystem is much larger on the Java side than the MONO ecosystem on Linux.
So now I'm looking for examples and personal experience using Mono on Linux for a high-traffic web service server.
c # linux mono
Francois Richard
source share