> > Unfortunately, I don't really have access to cron jobs. Well, I can > schedule jobs, but I can't run any shell commands. I can just call php > files.
I'm not sure if I fully understand how your application works but maybe you could create a cron job that will only be responsible for downloading files to a local folder and unzipping them. Then use your current script to process those files using that local storage. This way your script won't have to wait for files to finish downloading. Mariusz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
