On Sat, 2010-06-19 at 03:12 +0200, Henning Thielemann wrote:
> Maciej Piechotka schrieb:
> 
> > 1. Glueing a few highier level, object-oriented libraries if it is just
> > glueing.
> > 
> > 2. (Currently) AFAIK real-time applications although it is rather
> > property of GHC GC then the language itself
> 
> In my experience the garbage collector was not the problem in real-time
> applications, but memory leaks that make the garbage collector slow.

The problem is that:
 - GHC GC can run at any moment
 - It is stop-the-world GC
 - There is no upper limit on how long GHC GC will run

I have no experience with real-time applications however.

Regards

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to