[Mono-bugs] [Bug 47841][Cri] Changed - Crash when invoking embedded mono API from a Java thread
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 12:27:49 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by tom.fukushima@autodesk.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47841
--- shadow/47841 2003-08-25 06:20:36.000000000 -0400
+++ shadow/47841.tmp.19590 2003-08-26 12:27:49.000000000 -0400
@@ -66,6 +66,13 @@
I don't think running the mono runtime from the JAVA runtime will _ever_
work. Both runtimes install conflicting signal handlers and do all sorts
of low level hacking, meaning they can't coexist within a process.
You might be better off running the mono runtime in a separate process
and communicating using sockets etc.
+
+------- Additional Comments From tom.fukushima@autodesk.com 2003-08-26 12:27 -------
+We cannot run out of process because we lose the benefits of the
+container such as thread management and connection pooling.
+Furthermore, connection state to data sources is lost.
+
+ASP.NET is not a viable alternative because of legal issues.