adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Share Posted September 24, 2011 I have an action that will take a long time to finish, so how can I run this action in background? So I will not have to wait it ends... Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/ Share on other sites More sharing options...
the182guy Posted September 24, 2011 Share Posted September 24, 2011 Run it from the command line or a cron job. Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/#findComment-1272380 Share on other sites More sharing options...
adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Author Share Posted September 24, 2011 Something like this? exec('theactioniwanttoexecute.php'); Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/#findComment-1272399 Share on other sites More sharing options...
adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Author Share Posted September 24, 2011 This is not working.. Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/#findComment-1272414 Share on other sites More sharing options...
adhbvklwqdbviabjiawdnbij Posted September 24, 2011 Author Share Posted September 24, 2011 I'm trying: exec ("/usr/bin/php send_action.php >/dev/null &"); This file is on the same folder of send_action.php, but its not working... Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/#findComment-1272419 Share on other sites More sharing options...
Freedom-n-Democrazy Posted September 24, 2011 Share Posted September 24, 2011 This guys a notorious Help Vampire that abandons his threads without even thanking users that solve his problems. His name shouts vampire too. http://www.phpfreaks.com/forums/index.php?topic=344475.0 http://www.phpfreaks.com/forums/index.php?topic=344478.0 Link to comment https://forums.phpfreaks.com/topic/247786-run-an-action-in-background/#findComment-1272427 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.