Kill a process with no shell access.?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ron_j_m
Forum Commoner
Posts: 35
Joined: Wed Feb 02, 2005 8:56 pm

Kill a process with no shell access.?

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

ron_j_m
Forum Commoner
Posts: 35
Joined: Wed Feb 02, 2005 8:56 pm

Post by ron_j_m »

Thanks, ill look into that and see if I can get it to work.

ron
Post Reply