[Mono-list] recommended http server
Chris Ochs
chris at ochsnet.com
Tue May 20 04:08:30 UTC 2014
The use case is to bridge our JVM app with C# code that we need to also
run. We would be making http posts containing a protocol buffer message,
and returning the same.
At first I tried looking for solutions written entirely in C#, but that
turned out to be a dead end. The only ones I found that were actively
maintained had performance issues under load.
I was about to try out Nginx with fastcgi, but thought I'd post here before
going down another rabbit hole.
FYI I did try embedding. The problem was that we did run into some issues
under load that could have been mono or my code. In either case though it
takes a lot of time to debug, and I am not confident that it would not just
be the first of several. So I finally concluded that embedding one vm into
another is probably just asking for more trouble then I have the time to
deal with.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20140519/f7164ae6/attachment.html>
More information about the Mono-list
mailing list