What are Erlang processes behind the scenes?
        Posted  
        
            by Roger Alsing
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roger Alsing
        
        
        
        Published on 2010-05-07T11:07:32Z
        Indexed on 
            2010/05/07
            11:18 UTC
        
        
        Read the original article
        Hit count: 232
        
I've got very limited knowledge about Erlang, but as far as I understand, it can spawn "processes" with a very low cost.
So I wonder, what are those "processes" behind the scenes?
Are they Fibers? Threads? Continuations?
© Stack Overflow or respective owner