Distributed lock manager for Python

后端 未结 4 1797
-上瘾入骨i
-上瘾入骨i 2020-11-30 06:57

I have a bunch of servers with multiple instances accessing a resource that has a hard limit on requests per second.

I need a mechanism to lock the access on this re

4条回答
  •  悲哀的现实
    2020-11-30 07:42

    The distributed lock manager Taooka http://taooka.com has a TTL accuracy to nanoseconds. But it only has Golang client library.

提交回复
热议问题