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.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to