[Mono-bugs] [Bug 35040][Nor] Changed - Handles shouldnt run out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 17 Apr 2003 14:40:21 -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 dick@ximian.com.

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

--- shadow/35040	Thu Apr 17 14:39:45 2003
+++ shadow/35040.tmp.30533	Thu Apr 17 14:40:21 2003
@@ -11,13 +11,13 @@
 AssignedTo: dick@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Finalizer thread issues
+Summary: Handles shouldnt run out
 
 There are currently 3 issues with the finalizer thread, I'm using this bug
 to collect them:
 1) WaiForPendingFinalizers() needs to be implemented and used in some part
 of the runtime (when we run out of handles, for example, we call
 GC_collect(), but with the separate finalizer thread, no handle is freed in
@@ -42,6 +42,9 @@
 applications will run out of handles pretty soon.
 
 ------- Additional Comments From dick@ximian.com  2003-01-31 07:10 -------
 I intend to make the handles array resize.  That should be reasonably
 straightforward now the shared memory is a mmap()ed file.  Of course,
 WaitForPendingFinalizers() is still needed too.
+
+------- Additional Comments From dick@ximian.com  2003-04-17 14:40 -------
+Gonzalo is about to commit WaitForPendingFinalizers()