N'otes

Fever for Coding


  • Home

  • Archives

  • Tags

Raft状态机的线性一致性读

Posted on 2019-09-17 |

介绍Raft状态机实现线性一致性读的几种方法。

Read more »

从源码角度看rq会丢任务吗?

Posted on 2019-08-21 |

在web开发中,对于一些繁重的计算任务,我们一般不会将其放在页面请求处理的主干流程中,而是通过异步任务转化为异步计算,这个过程一般会用rq。 本文从源码角度看使用rq会不会出现丢任务的情况……

Read more »

Phxpaxos源码简略分析

Posted on 2019-08-21 |

Phxpoxos是微信团队在几年前开源的Paxos实现。本文着重从算法实现与代码设计的角度对其进行分析……

Read more »

Intro

Posted on 2019-08-16 |

说点什么好呢……

Read more »
Nelson LIAO

Nelson LIAO

4 posts
8 tags
RSS
GitHub LeetCode
© 2020 Nelson LIAO
Powered by Jekyll
Theme - NexT.Mist