<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Distribute System on Leafw&#39;s Blog</title>
    <link>https://leafw.net/tags/distribute-system/</link>
    <description>Recent content in Distribute System on Leafw&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <managingEditor>wyr95626@gmail.com (Leafw)</managingEditor>
    <webMaster>wyr95626@gmail.com (Leafw)</webMaster>
    <copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright>
    <lastBuildDate>Sun, 13 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://leafw.net/tags/distribute-system/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>实现分布式锁的各种姿势</title>
      <link>https://leafw.net/how-to-implement-a-distribute-lock/</link>
      <pubDate>Sun, 13 Sep 2020 00:00:00 +0000</pubDate><author>wyr95626@gmail.com (Leafw)</author>
      <guid>https://leafw.net/how-to-implement-a-distribute-lock/</guid>
      <description>&lt;p&gt;各位Javaer都对锁应该都是不陌生的，无论工作还是面试的时候，都是很常见的。不过对于大部分的小型的项目，也就是单机应用，基本都是使用Java的juc即可应对，但是随着应用规模的扩大，在分布式系统中，依靠着诸如syncronized，lock这些就无法应对了。那么本文就是来给大家唠嗑唠嗑在分布式系统中常见的几种实现分布式锁的方式。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
