Okk...never mind... Found the batch files section in documentation...
Will try to do this now, and will post if in problem... :D Thanks... On Aug 19, 3:52 pm, Sumedh <[EMAIL PROTECTED]> wrote: > Thanks friends... > > Basically... > > 1. I would prefer to use Cron to a plugin simply because Cron has been > there since a long time, and it's enough for something simple I want > to do... > > 2. I am using Symfony 1.0 > > 3. So, I want to call an 'action' from command line that can be > written in a cron file > > 4. This 'action' will read and write to DB...so ideally, it should > have all the access to propel calls and other API's of symfony...of > course not request object etc... > > So, how could I do this? :| > > On Aug 7, 11:38 pm, Dustin Whittle <[EMAIL PROTECTED] > > project.com> wrote: > > Lukasz, > > > This is also what the ysfAPIClient plugin provides (a wrapper around curl > > multi using simple providers). Checkout the plugin from svn and see the > > README. There is an example module that shows how to make parrallel requests > > to search Yahoo! And Google.. > > > Cheers, > > > Dustin > > > On 8/7/08 7:27 AM, "Ćukasz Stefaniak" <[EMAIL PROTECTED]> wrote: > > > >> I know AJAX is an option...but what if I want to make some cURL calls in > > >> the > > >> backend in asynchronous way? How easy to use and reliable it is? I've > > >> heard > > >> some negative opinions about asynchronous stuff...that it creates > > >> unnecessary > > >> complexities... > > > > If you just need async cURL requests you can try > > >http://uk3.php.net/manual/en/function.curl-multi-init.php > > > Good tutorial about this is here: > > >http://www.jaisenmathai.com/blog/2008/05/29/asynchronous-parallel-htt... > > > s-using-php-multi_curl/#curl5 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
