While converting cvs files to mySQL records ON my server, a fault in the source file put a "while" loop into infinite loop. The error file suddenly jumped to 1k, 5k, 20k, 100k, mb... Good show!
I deleted the script... but the copy in memory was still running, and the error file still growing...
Deleted the error file, it was reborn in seconds: the script was still running. I had to delete nearly everything on the site for it to stop.
Is there a way to send a command to a server (Apache, Linux, LAMP) to stop the execution of a program/script (ie using direct command from FTPexplorer) ?
(Not urgent: happened in the past. Just want to know!)
Tags: