7 May 2012 16:00
Re: Explicit calls to the garbage collector.
Christopher Done <chrisdone <at> googlemail.com>
2012-05-07 14:00:17 GMT
2012-05-07 14:00:17 GMT
I would also be interested to know this. A web server is an example of a Haskell program that could force garbage collection at the end of every request reply, especially a multi-threaded server where the memory use is localized to threads. For long-running applications, a GC at this point would be nice.
RSS Feed