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.
如果我们有一个在远程服务器上调用各种脚本(sh、bash、perl)的 rails 应用程序,我们是否应该担心这些脚本会阻止其他用户同时访问服务器?有没有人有这些问题的经验并愿意开始对话?
谢谢
我没有使用 Rails 的经验,但是 bash、shell perl 脚本都在单独的进程上运行。因此,不应阻止多个用户同时执行这些脚本,而只是启动另一个进程来执行脚本。根据这些脚本所做的事情,您将遇到并发问题,尽管如果两个人试图访问更改相同的数据,或者他们的脚本正在更改与系统其他地方有依赖关系的数据