[Mono-bugs] [Bug 53996][Wis] Changed - wapi forked process isn't ideal when mono is initialized late
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 13:29: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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53996
--- shadow/53996 2004-02-06 16:54:51.000000000 -0500
+++ shadow/53996.tmp.7855 2004-05-12 13:29:29.000000000 -0400
@@ -1,23 +1,28 @@
Bug#: 53996
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: dick@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).
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 13:29 -------
+Maybe we could double-fork?
+
+Dick?