[Mono-bugs] [Bug 53996][Wis] New - wapi forked process isn't ideal when mono is initialized late

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Feb 2004 16:54:51 -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 dave@ximian.com.

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

--- shadow/53996	2004-02-06 16:54:51.000000000 -0500
+++ shadow/53996.tmp.11626	2004-02-06 16:54:51.000000000 -0500
@@ -0,0 +1,23 @@
+Bug#: 53996
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dave@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: wapi forked process isn't ideal when mono is initialized late
+
+The wapi stuff forks off a new process that sits in a mainloop.  I'm
+working on a nautilus plugin that loads mono. It loads it fairly late in
+the game, so there's a lot of allocated memory that's being written to. 
+This makes the new process kinda heavy (nautilus writes to shared pages,
+and they're copied).