DanDaBeginner Posted November 19, 2007 Share Posted November 19, 2007 got question regarding this cron, can't explain it so i'll just going to give a sample. no got a script that resizes the images per folder. images may take 10 to hundreds. so for example the script is currently running to folder 10, and the script will be running again as i set it in the cron, what if the script is still running on folder 10 and it will try to work on folder 11, will that be an issue? everytime cron is running at a given time, is it just acting as like opening it into a new browser? so script works on folder 10 will not going to effect script that is running to folder 11? Link to comment https://forums.phpfreaks.com/topic/77930-php-and-cron/ Share on other sites More sharing options...
trq Posted November 19, 2007 Share Posted November 19, 2007 Sorry, I don't understand anything you just posted. Link to comment https://forums.phpfreaks.com/topic/77930-php-and-cron/#findComment-394430 Share on other sites More sharing options...
aschk Posted November 19, 2007 Share Posted November 19, 2007 I believe he's talking about file locking causing a problem with a cron job that tries to access the same file at the same time. Link to comment https://forums.phpfreaks.com/topic/77930-php-and-cron/#findComment-394438 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.