[Mono-bugs] [Bug 67935][Maj] Changed - XSP and/or the client crash on when web app recycles
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Nov 2004 16:05:10 -0500 (EST)
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 diltonm@mccomsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67935
--- shadow/67935 2004-11-15 00:39:01.000000000 -0500
+++ shadow/67935.tmp.1268 2004-11-16 16:05:10.000000000 -0500
@@ -420,6 +420,21 @@
------- Additional Comments From gonzalo@ximian.com 2004-11-15 00:39 -------
Wrt your last comment, we experienced strange behaviors installing on
SLES9. Turned out that it had a libc installed that didn't support
NPTL (on a 2.6 kernel!). After installing a proper libc everything
worked like a charm (and really faster than before).
+
+------- Additional Comments From diltonm@McCOMSoft.com 2004-11-16 16:05 -------
+Gonzalo, and everyone, I used the source on our server at work
+(instead of the RPMs) and the system is performing amazingly well!!
+The stability now is closer (basing this on our own software stack) to
+what we see when running on .NET.
+
+Nice job!
+
+We did note that it was necessary to bump up the thread related values
+in <httpRuntime> key in machine.config. Also, when installing from
+source I noted that machine.config lives in /usr/etc/mono versus
+/etc/mono when using the RPMs. The configure prefix I used was
+./configure --prefix=/usr.
+