Re: New CakePHP Queue Plugin, Comments welcome

2012-11-08 Thread Panutat Khunachak
the plugin has been working awesome.. but sometimes randomly my task will get a job and connection to database via models will fail and i get 2006: MySQL server has gone away anyone else experience this and have a fix/workaround? thanks! On Tuesday, June 9, 2009 8:27:56 AM UTC-4, David Persso

Re: New CakePHP Queue Plugin, Comments welcome

2009-06-09 Thread davidpersson
Hi MGriesbach, I like the idea of having a simple-to-setup queue system. This way it's much more easy to get into the queuing and parallel/deferred processing topic. Relying on the database for doing all the locking is also ok in regards that it should be easy to setup, requiring no additional da

New CakePHP Queue Plugin, Comments welcome

2009-06-09 Thread MGriesbach
Hi I'm currently implementing a Plugin for CakePHP, which enables a developer to Queue up any kind of Script execution (for example Sending Emails, uploads/downloads etc.) and would like to ask for feedback. The Plugin is aimed to be a simple to setup, simple to use alternative to systems like G