Is Software Transactional Memory the same as database transactions?
        Posted  
        
            by Zubair
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zubair
        
        
        
        Published on 2010-03-22T20:54:43Z
        Indexed on 
            2010/03/22
            21:01 UTC
        
        
        Read the original article
        Hit count: 327
        
I have read alot about Software Transactional Memory, especially in relaiton to Haskell but I am trying to figure how it is different from database transactions? Are there some advantages I do not understand with STM?
© Stack Overflow or respective owner