Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在对 fin drupal 有点感兴趣,我看到它像 BLOB 一样将许多配置选项保存到 db 中(我认为它们是序列化的 php 变量,如数组)。
将配置信息存储在数据库等中央位置可以在前端实现负载平衡。如果您使用 conf 文件并且有 2 个负载平衡的 Web 服务器,则需要确保每台服务器上的 conf 文件保持同步。数据库是一种集中配置并在需要时复制它的简单方法。