Re: How to kill process started by user?
- From: Carl <_Nospam_@xxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 19:40:54 GMT
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. .
- References:
- How to kill process started by user?
- From: opt_inf_env
- How to kill process started by user?
- Prev by Date: Re: Multiple 'similar' dropdowns -> 1 query
- Next by Date: Re: Email URL to plaintext receivers - URL being truncated (Using PHP Mailer)
- Previous by thread: How to kill process started by user?
- Next by thread: Re: How to kill process started by user?
- Index(es):
Relevant Pages
|