Hello!

There is something I don't understand with Workling/Starling: it is
easy to start a background work from a controller, but is it possible
to stop this background work from a controller?

Say for example:
user input -> controller triggers background work aaa
another user input -> controller kills background work aaa

I know that when you call MyWorker.asynch_my_method it returns a UID,
but I don't understand how to use it to kill it?

Thanks a lot!
Pierre

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to