文件传输使用FastDFS 很方便, 不管是大小文件, 用默认的配置就可以, 这里插入一个配置文件 : (后补python连接FastDFS上传下载文件) # connect timeout in seconds# default value is 30sconnect_timeout=300 # network timeout in seconds# default value is 30snetwork_timeout=300 # the base path to store log fi…
1. Zookeeper 1.1 简介 ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distribu…