[Mono-bugs] [Bug 73358][Min] Changed - mod_mono is forking processes more often than is desirable
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Mar 2005 19:24:00 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73358
--- shadow/73358 2005-03-04 14:10:53.000000000 -0500
+++ shadow/73358.tmp.29690 2005-03-05 19:24:00.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73358
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: mod_mono
AssignedTo: gonzalo@ximian.com
ReportedBy: rlyon@novell.com
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,13 @@
+ DEBUG_PRINT (0, "forking %s", xsp->alias);
+ fork_mod_mono_server (pconf, xsp);
+ xsp->status = FORK_SUCCEEDED;
+ }
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2005-03-05 19:24 -------
+Patch is in SVN.
+
+I'll make mod-mono-server be silent when this connection probing happens.
+
+Thanks again :)