Explicit calls to the garbage collector.

Christopher Done chrisdone at googlemail.com
Mon May 7 16:00:17 CEST 2012


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.



More information about the Glasgow-haskell-users mailing list