happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
9.05k stars 1.99k forks source link

请问怎么实现异地用户快速响应? #371

Open andrewyoung51 opened 4 years ago

andrewyoung51 commented 4 years ago

你好 我们搭建了一套系统,在深圳有一台存储服务器SZ,在上海有一台存储服务器SH。 能不能通过配置为两个group,实现深圳的用户访问SZ,上海的用户访问SH? 目的是为了快速响应,TTFB(Time to First Byte) 代表服务器处理和返回数据网络延时时间了。服务器优化的目的就是要让这个时间段尽可能短。 如果不能,那请问要怎么实现?

happyfish100 commented 4 years ago

FastDFS支持返回可用的storage server列表,应用层实现storage server IP选择逻辑就可以了。

sjqzhang commented 4 years ago

可以用go-fastdfs 的异地集群功能试一下