On 7 Nov 2008, at 15:00, Ben Knight wrote:
> > Thanks, Fred. > > Has anyone used Rails.cache.write / read? I wonder how good of a > solution that is. > I haven't used it, but it is a different beast. It is something that is shared across all the processes in your cluster, so it's doing more which implies that it will have more overhead then just reading an instance variable out of something. It also uses Marshal.dump to dump the objects it stores which can introduces some complexities) Fred > -- > Posted via http://www.ruby-forum.com/. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

