[Mono-bugs] [Bug 34263][Maj] Changed - mono hangs after an unhandled exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Nov 2002 17:15:11 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34263
--- shadow/34263 Tue Nov 19 12:10:32 2002
+++ shadow/34263.tmp.23995 Tue Nov 19 12:15:11 2002
@@ -72,6 +72,17 @@
exit (err);
else
pthread_exit (errp);
is worse than having mono take up resources that are completely
unneeded:-)
+
+------- Additional Comments From miguel@ximian.com 2002-11-19 12:15 -------
+A new thread is not really a problem, old kernels basically waste very
+little resources on it, and new ones are tightly optimized for them.
+
+Or you could make the main thread be the finalizer thread ;-)
+
+The issue about Mono for embedded systems is something that we can
+revisit later, but right now it is more important that we focus on
+desktop/server applications. There is no compeling reason to go on
+the embeded space right now.