[Rails] Re: implementation feedback appreciated

2011-03-13 Thread Erwin
Thanks Jeff, it's clear in this project , I believe the alternative strategy would be fine ... it's actually a 'sequential' list of small tasks to be performed ... and simple progress display in the UI (started - done) I'll test an 'human' (admin) firing first but I guess I can also have

[Rails] Re: implementation feedback appreciated

2011-03-08 Thread Jeff Lewis
Hi Erwin, What you're wanting to do really should be done using asynchronous processing. Progress monitoring has two simultaneous things going on: the potentially long-running work being performed; and the monitoring of that work's progress. Synchronous processing implies that only one thing

[Rails] Re: implementation feedback appreciated

2011-03-07 Thread Erwin
I just started to read about Ruote ( workflow engine but isn't it a hammer to smash a fly ? On 7 mar, 22:50, Erwin yves_duf...@mac.com wrote: I'll appreciate any feedback on how to implement the following scenario : As an authenticated administrator When I follow Reload the collections