Gopkg.lock Gopkg.toml LICENSE README.md README_ZH.md VERSION auth-file blocked config.go direct install.sh install_auto.sh main.go release.sh uninstall.sh Repository files navigation README GPL-3.
mem := persistentalloc(n*pdSize, 0, &memstats.other_sys) for i := uintptr(0); i < n; i++ { pd := (*pollDesc)(add(mem, i*pdSize)) pd.link = c.first c.first = pd } } pd := c.first c.first = pd.link lockInit(&pd.lock, lockRankPollDesc) unlock(&c.lock) return ...
== DAPR == time="2019-11-06T10:37:42+08:00" level=info msg="actors: established connection to placement service at localhost:50005" == DAPR == time="2019-11-06T10:37:42+08:00" level=info msg="actors: placement order received: lock" == DAPR == time="2019-11-06T10:37:42...
semaphore - Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context. semaphore - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations). stl - Software transactional locks based on Software Transactional Memory ...
dynamolock - DynamoDB-backed distributed locking implementation. dynatomic - A library for using DynamoDB as an atomic counter. emitter-io - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. flowgraph - flow-based programming pack...
Bug fix: The synchronous config reload (HUP signal) and launch of the internal collecting statistics procedure (every "metric-interval") could cause deadlock (thanks Maxim Ivanov)version 0.8.0Fully refactored and optimizer cache module (core of go-carbon) (thanks Maxim Ivanov) Added noop cache...
error") } // 因为后面要对c.err和c.done进行更新,所以这里要抢锁 c.mu.Lock() if c...
src/runtime/netpoll_epoll.go src/runtime/netpoll_kqueue.go src/runtime/netpoll_solaris.go src/runtime/netpoll_windows.go src/runtime/netpoll_aix.go src/runtime/netpoll_fake.go 本文的解析基于 epoll 版本,如果读者对其他平台的 netpoller 底层实现感兴趣,可以在阅读完本文后自行翻阅其他 netpoller 源码...
如果需要所有端口进来的连接,都连接到上级指定端口,可以加上参数--lock-port。 比如: ./proxy udp -p ":33080-33085" -T udp -P "192.168.22.33:0" 那么33080端口进来的连接,将会连接192.168.22.33的33080端口,其它端口以此类推,本地和上级端口一致,此时参数-P里面的端口用0。 如果想无论是33080,33081等...
micro - A distributed systems runtime for the cloud and beyond. NATS - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. outboxer - Outboxer is a go library that implements the outbox pattern. pglock - PostgreSQL-backed distributed locking implementat...