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.
我想在我的 debian 服务器上安装一个像 EtherPad 这样的工具,它使用 PHP 和 MySQL 作为后端。
我找到了 etherpad-lite,它是用node.js和PiratePad编写的,它只是一个在线平台,但我需要一个可以安装在服务器上的脚本
PHP 无法轻松解决“协作编辑器问题”,因为它为站点的每个访问者生成了一个新进程,因此内存空间不共享,这意味着您将在数据库读取/写入时有太多延迟。
所以简短的回答,不,PHP 不会解决你的问题。为什么不直接安装 Etherpad?