Distributed lock manager: Difference between revisions

Content deleted Content added
Sanxiyn (talk | contribs)
GFS2 is merged
Sanxiyn (talk | contribs)
Google's Chubby
Line 6:
 
[[Red Hat]] and [[Oracle Corporation|Oracle]] have both developed clustering software for [[Linux]]. Both projects include a DLM modelled on the venerable [[OpenVMS|VMS]] DLM. (''OCFS2'', the Oracle Cluster File System[http://oss.oracle.com/projects/ocfs2/] has been included[http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=29552b1462799afbe02af035b243e97579d63350] in version 2.6.16 of the official [[Linux kernel]]. Red Hat's cluster software[http://sources.redhat.com/cluster/], including their DLM[http://sources.redhat.com/cluster/dlm/] has been included[http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1c1afa3c053d4ccdf44e5a4e159005cdfd48bfc6] in version 2.6.19)
 
[[Google]] developed ''Chubby'' lock service for distributed systems. Chubby is used by other Google infrastructures like [[Google File System]], [[BigTable]], and [[MapReduce]] to synchronize accesses to shared resources.[http://labs.google.com/papers/chubby.html]
 
==VMS Implementation==