benbenqiang

Results 1 issues of benbenqiang

when i submit job using gevent with more than 100 pool size, i get the Connection dropped exception. here is the example: def zk_scan(port): zk = KazooClient(hosts="127.0.0.1:2181") zk.start() print(zk.get_children("/")) zk.stop()...