How to kill process started by user?
- From: opt_inf_env@xxxxxxxxx
- Date: 27 Jul 2005 12:12:46 -0700
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?
.
- Follow-Ups:
- Re: How to kill process started by user?
- From: Colin McKinnon
- Re: How to kill process started by user?
- From: Carl
- Re: How to kill process started by user?
- Prev by Date: Re: re:REMOTE_ADDR in IIS
- Next by Date: Dynamic Link/Content with PHP
- Previous by thread: Re: Script preview
- Next by thread: Re: How to kill process started by user?
- Index(es):
Relevant Pages
|