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? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.