Re: [fw-general] Zend_Scheduler

2010-07-08 Thread Ralph Schindler
I dont think Zend_Scheduler has been created as of yet. This is merely a proposal. What you might be interested in is taking existing components to do this job. For example, you could use Zend_Queue to schedule or create a queue of jobs, then write a script that is triggered to create and

Re: [fw-general] Zend_Scheduler

2010-07-08 Thread noHumans
Hi! Zend_Queue simple example for offline processing http://www.zfsnippets.com/snippets/view/id/60 Bye!

[fw-general] Zend_Scheduler

2010-07-07 Thread Abi
I would like to use Zend_Scheduler, Please tell me how to use, I have got a URL on working of zend_scheduler to send emails, But i dont know how to use that material,Please tell me how to use it. http://framework.zend.com/wiki/display/ZFPROP/Zend_Schedule+-+Mark+Corti -- View this message in

Re: [fw-general] Zend_Scheduler Component

2008-10-26 Thread Vladas Diržys
Hello, I agree, this would be very useful component. -- Regards, Vladas Diržys www.dirzys.com On Fri, Oct 24, 2008 at 2:17 PM, Christian Münch [EMAIL PROTECTED]wrote: Hi, in the laboratory is the Zend_Scheduler component. I think this component could be very useful to manage cronjobs. I

[fw-general] Zend_Scheduler Component

2008-10-24 Thread Christian Münch
Hi, in the laboratory is the Zend_Scheduler component. I think this component could be very useful to manage cronjobs. I found a similar solution in SugarCRM and think that many applications need such a solution. Best regards Christian Münch

Re: [fw-general] Zend_Scheduler Component

2008-10-24 Thread Matthew Ratzloff
Hi Christian, Wow, it's already been two years since I last worked on that. To be honest, I haven't thought about it in a long time. IIRC, all the scheduling rule logic is finished, and it's got unit tests... maybe I'll finally just finish it one weekend. -Matt On Fri, Oct 24, 2008 at 5:17 AM,

[fw-general] Zend_Scheduler proposal updated

2006-12-05 Thread Matthew Ratzloff
For those interested in such things, I've completely revised the Zend_Scheduler proposal to take into account all comments received to date. I welcome any and all additional feedback. Briefly (and a bit densely), Zend_Scheduler is a request-based job scheduling component designed to allow easy