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.
ユーザーがフォームを送信したときにファイルを圧縮する関数を作成しています。一度に多くのユーザーがフォームを送信する可能性があり、zip コマンドが「重複」するのではないかと心配しています。私はここで基地から離れていますか?心配することはありますか?PHP execute/system コマンドを使用して、PHP 経由で実行しています...
So long as they're zipping to separate archives, you shouldn't have anything to worry about.