How to kill process started by user?



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?

.



Relevant Pages

  • Re: How to kill process started by user?
    ... while {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. ...
    (comp.lang.php)
  • Re: Programmatically "deliver" file
    ... it opens is the php file with the content of the attachment within it. ... So the downloaded file is called deliverfile.php and is full of random ... Prev by Date: ...
    (comp.lang.php)
  • Re: Programmatically "deliver" file
    ... > it opens is the php file with the content of the attachment within it. ... > characters and the text of the attachment I wanted to download... ... using another browser and see if the problem still exists ...
    (comp.lang.php)
  • Php page does not load after installing PHPTriad?
    ... I just installed PHPTriad all went good. ... I started Apache and MySql ... What happens next: Homesite opens and shows me the code: ... i did wrong and why the php file is not loading properly? ...
    (comp.lang.php)
  • problem with download script on safari and ie 7
    ... The problem I am getting is safari just downloads the .php file. ... It opens fine on FF and IE6. ... echo $size;*/ ...
    (php.general)