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.
我的服务器盒目前处理 10 万个并发请求,我需要使用 php 命令exec($cmd)或shell_exec($cmd)执行一个 shell 文件(扩展名为 somefile.sh 的文件)并执行一些文件移动和执行文件。
exec($cmd)
shell_exec($cmd)
apache服务器如何处理这个操作会导致我的服务器基于并发连接崩溃???
不,没有。所有这些事情都由操作系统处理。
如果您正在寻找如何使用 PHP 从 shell 执行程序,请转到此处。