Vixushr Posted August 9, 2011 Share Posted August 9, 2011 Helo, i have one script that leaves active tasks from time to time. I need to implement some sort od process ID tracking and to set KILL task command on every task that remains active for more than lets say 30 minutes. Is this doable, can anyone help me on this? Link to comment https://forums.phpfreaks.com/topic/244353-help-need-to-kill-tasks-by-pid/ Share on other sites More sharing options...
requinix Posted August 9, 2011 Share Posted August 9, 2011 What active tasks? Can't they stop themselves? Killing processes should be a last resort. Link to comment https://forums.phpfreaks.com/topic/244353-help-need-to-kill-tasks-by-pid/#findComment-1255058 Share on other sites More sharing options...
Maq Posted August 9, 2011 Share Posted August 9, 2011 I'm with requinix, you should find the root of the cause rather than contriving a hackish script to kill PIDs. Can you elaborate? Link to comment https://forums.phpfreaks.com/topic/244353-help-need-to-kill-tasks-by-pid/#findComment-1255061 Share on other sites More sharing options...
jcbones Posted August 9, 2011 Share Posted August 9, 2011 Pretty sure this is a cross thread. He is running crontabs that never complete, and when he tries to run them again, his host disables his site for having more than 21 processes running. http://www.phpfreaks.com/forums/index.php?topic=340951.0 There are problems with the download's, I would think that he isn't limiting the connection_timeout on a cURL call. But, he didn't post that much code. Link to comment https://forums.phpfreaks.com/topic/244353-help-need-to-kill-tasks-by-pid/#findComment-1255065 Share on other sites More sharing options...
Maq Posted August 9, 2011 Share Posted August 9, 2011 You are right. Double posting is a nono, this thread is locked, use the above link for further help (and don't double post again). Link to comment https://forums.phpfreaks.com/topic/244353-help-need-to-kill-tasks-by-pid/#findComment-1255070 Share on other sites More sharing options...
Recommended Posts