From: Shaun M. <sh...@ae...> - 2007-02-13 16:35:39
|
Couldn't you just run the script multiple times via cron to get all the occurrences eventually? ie. run the same script 20 times from a shell script you've set to run via cron. If it times out and quits part way through, the next run could pick up where it left off. Or maybe write a flag to a file saying it's done for the shell script to pick up. It's a bit low tech and cludgy but you'll probably save the time in not having to write something complex. Shaun aegis design - http://www.aegisdesign.co.uk aegis hosting - http://www.aegishosting.co.uk |