I guess what I am asking is. If my app allows users to upload content,
which uses ffmpeg, and takes a while decode audio/video, will this
trigger the workers at heroku automatically? Therefore, I don't need
to use a workling/startling?
Or do I still need to implement a startling/workling for this to
prevent the app from 'hanging'?
On Oct 2, 4:22 pm, Christian Fazzini <christian.fazz...@gmail.com>
wrote:
> Hi Radhames, ok, then I will definitely need to use a workling and a
> startling for this. Since my users are the ones uploading. By the way,
> in Heroku hosting (http://heroku.com/pricing), a workling would be a
> worker right? So whenever I implement a workling in my app, it would
> trigger the workling in Heroku? Am I understanding this right?
>
> Let me know when you get your example up. Am very eager to have a look
> at it
>
> On Oct 2, 6:05 am, radhames brito <rbri...@gmail.com> wrote:
>
> > On Fri, Oct 1, 2010 at 5:29 PM, Christian Fazzini <
>
> > christian.fazz...@gmail.com> wrote:
> > > Radhames, what do you think? I am guessing the article at
>
> > >http://www.google.com/url?sa=D&q=http://thewebfellas.com/blog/2009/2/...
> > > assumes that the uploader would be the admin, so there is no need for
> > > startling or a workling?
>
> > > But if the app allows users to upload, then a startling/workling
> > > approach is needed since ffmpeg takes a while to process uploaded
> > > files?
>
> > Yes that is right, if only the admin will upload files there is no need for
> > starling/working.
>
> > I dont see anything wrong in doing things with a method in the model like i
> > told you the first time.
>
>
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment