学习go+分布式中,打算写一个分布式爬虫练练,其实自我感觉分布式爬虫主要就是分布式队列的设计。于是学了学zookeeper,完成了一个分布式队列。爬虫还在编写中,先把分布式队列代码贴出来。附带了简单的生产者、消费者模型的测试代码
项目地址:https://github.com/nladuo/go-zk-fifo
E:\go\src\go-zk-fifo-master>go run test/producer.go
# _/E_/go/src/go-zk-fifo-master/fifo
fifo\zk.go:28: internal compiler error: value v10 depends on WB store v26 in the same block b2
#3