[plt-scheme] threads and 352

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Sep 20 18:14:48 EDT 2006

At Wed, 20 Sep 2006 13:34:56 -0500, "Corey Sweeney" wrote:
> (time (thread (lambda () (display "hi"))))
> hicpu time: 2008 real time: 2008 gc time: 1988
> 
> It gets progressively worse as I use my application. 

Does the "gc time" get progressively worse, too? Garbage collection is
essentially all of the time above.

Does the problem happen with both DrScheme and DrScheme3m?

Matthew



Posted on the users mailing list.