Results 22 issues of fankeke

so why don't use the peer->shared-nreq as score directly to determine best_peer? I can't see reason why using sched_socre function becasuse the more nreq peer gets ,the high socre it...

hello recently cloudflare setup ipfs gateway online. [https://blog.cloudflare.com/distributed-web-gateway/] so I ask what the good point IPFS can help with currently CDN? any suggestion would be appreciate. thanks.

hello As I see, in `init` phase, `slardar` has been declarded as a global variable, But global variable has side effect in ngx_lua, so why doing this ,any sepecial consideratin...

https://github.com/upyun/lua-resty-sync/blob/master/lib/resty/sync.lua#L324 if var and var ~= id then release_lock(lock) return true end 没有看具体逻辑,但感觉这里应该要释放lock(抢到后)

set `local` to redis client

你这个是在new的时候把集群信息获取到。如果在new之后,某个分片挂掉了,(刚好需要使用哪个上面的分片数据)那么client就用不了了。 请问这个问题需要怎么解决?即客户端如何及时感知集群的状态变化?

有没有安装过程和使用例子呢?看了下好像需要编译一个C文件。