Re: How to kill process started by user?



opt_inf_env@xxxxxxxxx wrote:
Hello,
Let us suppose that PHP file contains cycle which will never stop. For
example:
while ( 2==2 )
{
       some usage of database;
}
User which opens this PHP page runs time consuming execution of the
cycle. My question is whether this execution will be automatically
stopped after user closes the PHP file (or closes his browser). I
suppose that answer is "No", since PHP is server-side application.
How than I can find such processes and kill them by hands?


What operating system is the server running?

Carl.
.



Relevant Pages

  • How to kill process started by user?
    ... Let us suppose that PHP file contains cycle which will never stop. ... User which opens this PHP page runs time consuming execution of the ...
    (comp.lang.php)
  • Call a local function or a separate PHP file?
    ... some data to/from a mySQL database whenever a user hit an HTML form button ... multiple rows of data queried from a database, with a check box next to each ... PHP begins executing a different PHP file, ... script can call instead a local function to execute the job? ...
    (comp.lang.php)
  • Re: Is PHP suitable for this task?
    ... >> One php file, data strings for movies and images ... Text, if short, also from the database. ...
    (comp.lang.php)
  • Re: include_once() within a function
    ... Mikhail Kovalev wrote: ... I've never had a PHP file take that long! ... It loads a 1,8 MB array stored as serialized in a file....=) ... A relational database would speed things up considerably. ...
    (comp.lang.php)
  • Re: TRyng to write a simple web stat program
    ... I’m trying to make a simple web stats program. ... I have a php file that ... updates the database every time it is called. ...
    (comp.lang.php)