https://bugzilla.novell.com/show_bug.cgi?id=332163#c4
--- Comment #4 from Tim Howard <[EMAIL PROTECTED]> 2007-10-09 14:07:22 MST --- Thank you for your repsonse. We will check our setup with mono from svn, hopefully tomorrow. In meantime there seem to be two major differences with MS.NET here: 1) In MS.NET, the same code blocks in the Finalizer until it finishes. So 2nd app domain isn't created until the previous one's unload finalised. 2) MS.NET doesn't have this 10 second timeout. It doesn't seem to have ANY timeout! A test program which starts an infinate loop in the finalizer (so the finalizer will never complete) has now been running for several hours on MS.NET. The same program run with mono times out after 10 seconds! Is it possible to remove this 10 second timeout, or at least make it configurable? We would rather have one app domain stuck than every app domain unable to unload. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
