Ruby on Rails Monday, June 27, 2011

Hi, 

I have developed application with rails 3.0.7 on heroku that target multiple user with high volume of uploading file (size aprox 400kb).
My question is, does when one user submit a file, are the instance that handle the  request got bounded to that request so other  request will have to wait for it to complete ?
Also, does handling this kind of request are better in a delayed job to improve performance and scalability ?

I really appreciate your help

thanks

Ahmy Yulrizka

--
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