Hello, i have an e commerce application that gets the product prices from an
external service, the service sometimes takes a few seconds to respond, and
there will be many user accessing the site. There are custom products so i
cant just pull all the prices, i have to request it for each cart and re
evaluate every time the cart is updated.
I have a solution that i would like to hear second opinions on. I think i
could use beanstalk and faye to update the clients cart. Moving the external
resquest to a beanstalk daemon and updating my app via faye. I am just not
use the negative implication and if there is a better way to update the view
after that has been a background process.
Suggestions will be very appreciated
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.