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.
PHP プロセスで長時間実行される SQL があります。ユーザーがウィンドウを閉じても、SQL がまだバックグラウンドで実行され続け、サーバーのパフォーマンスが低下することがあります。
ウィンドウを閉じるときに PHP プロセスが強制終了されるとすぐに SQL を停止できますか?
ブラウザでウィンドウを閉じるイベントを処理し、イベントの発生時にphpスクリプトで例外処理を行う必要があると思います..