[Mono-bugs] [Bug 67934][Nor] Changed - mod_mono spawns too many mod-mono-server instances

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Oct 2004 19:24:29 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=67934

--- shadow/67934	2004-10-16 19:35:16.000000000 -0400
+++ shadow/67934.tmp.1473	2004-10-18 19:24:28.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 67934
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: bryan@alphora.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: rampant mod_mono crashes server
+Summary: mod_mono spawns too many mod-mono-server instances
 
 Running mod_mono 1.0.2 when I kill the mod_mono process or when the 
 machine reboots, the mod_mono processes keep spawning up indefinitly 
 until all ram is used and the server crashes... which is bad.
 
 There are two mod-mono-server processes running but I only have a single 
@@ -64,6 +64,13 @@
 ------- Additional Comments From vargaz@gmail.com  2004-10-11 09:35 -------
 -> xsp
 
 ------- Additional Comments From bryan@alphora.com  2004-10-16 19:35 -------
 I guess I'm SOL on this and I'll just have to try to make XSP work.
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-10-18 19:24 -------
+Having 2 processes is normal. The second one is the io-layer daemon.
+You'll have one of those daemons per user for all of your runnning
+mono applications.
+
+The spawning problem is other issue that I have to fix in mod_mono.