Page 1 of 1

Kill a process with no shell access.?

Posted: Sat Mar 12, 2005 9:02 am
by ron_j_m
Is there any way to kill a process without shell access?
For example I started process.php using exec(), and its running to long or I just want to stop it for some reason. Any way of killing that process with no shell access?

Thanks
Ron

Posted: Sat Mar 12, 2005 10:24 am
by Weirdan

Posted: Sun Mar 13, 2005 11:35 pm
by ron_j_m
Thanks, ill look into that and see if I can get it to work.

ron