chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Minutes of 2012-06-14 IRC meeting


From: John Cowan
Subject: Re: [Chicken-hackers] Minutes of 2012-06-14 IRC meeting
Date: Mon, 18 Jun 2012 17:31:38 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Alaric Snell-Pym scripsit:

> Felix thinks he might have fixed the exceptions-in-finalizers thing, but
> worries that finalizers should really run in a dedicated thread rather
> than in arbitrary threads.

Indeed they should.  In the JVM, finalizers originally ran in ordinary
random threads, but there were so many problems that the design was
switched to running on a separate thread.  The CLR does the same.  See
http://www.cs.arizona.edu/projects/sumatra/hallofshame/monitor-finalizer.html
(which predates the switch) for details.

-- 
Yes, chili in the eye is bad, but so is your    John Cowan
ear.  However, I would suggest you wash your    address@hidden
hands thoroughly before going to the toilet.    http://www.ccil.org/~cowan
        --gadicath



reply via email to

[Prev in Thread] Current Thread [Next in Thread]