« Return to Thread: Erlang Garbage Collection

Re: Erlang Garbage Collection

by Mihai Balea :: Rate this Message:

Reply to Author | View in Thread

Hi Mark,

Here's a link to a short and to the point description of how GC works  
in Erlang:

http://prog21.dadgum.com/16.html

If you need more in depth information, you can find a bunch of papers  
on the subject by just using google.

Mihai

On Mar 19, 2008, at 8:34 PM, Mark Mzyk wrote:

> Hey Everyone,
>
> I've recently finished reading several articles on garbage  
> collection in general and a bit on garbage collection in Java.  I  
> was curious if any one knows how Erlang garbage collection works,  
> or where I could potentially find out?  I'm especially curious if  
> Erlang, with it's focus on concurrency, has an special garbage  
> collection issues it has to deal with.
>
> Thanks,
>
> Mark Mzyk
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@...
> http://www.erlang.org/mailman/listinfo/erlang-questions
>


_______________________________________________
erlang-questions mailing list
erlang-questions@...
http://www.erlang.org/mailman/listinfo/erlang-questions

smime.p7s (3K) Download Attachment

 « Return to Thread: Erlang Garbage Collection