[ 源代码: golang-github-minio-dsync ]
软件包: golang-github-minio-dsync-dev (0.0~git20170209.0.b9f7da7-1)
golang-github-minio-dsync-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-minio-dsync:
- [golang-github-minio-dsync_0.0~git20170209.0.b9f7da7-1.dsc]
- [golang-github-minio-dsync_0.0~git20170209.0.b9f7da7.orig.tar.xz]
- [golang-github-minio-dsync_0.0~git20170209.0.b9f7da7-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Henti Smith
外部的资源:
- 主页 [github.com]
相似软件包:
Distributed sync package for Go
dsync is a package for doing distributed locks over a network of n nodes. It is designed with simplicity in mind and hence offers limited scalability (n <= 16). Each node will be connected to all other nodes and lock requests from any node will be broadcast to all connected nodes.