Hello, I''m developing my web-application(with AS for admin pages, Globalized, will_paginate,...). I''m trying to switch to production mode just to see is it enough fast? I got a 21-32(for some simple pages - 61) reqs/per second. I don''t know is fast!?! I''m trying to use caching(i have read one tutorials) but caching in rails it''s not described well. May be there some articles how to cache in RoR. I have 6+ models which i want to cache when i create them. I read about sweepers but i still don''t know how to use them. Thanks for any help -- View this message in context: http://www.nabble.com/Is-it-enough-fast--Need-caching-solution-tf4671349.html#a13344952 Sent from the RubyOnRails Users mailing list archive at Nabble.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
For cache, you can read Rails Envy tutorial [1]. It has got very useful informations. Links: [1] http://www.railsenvy.com/2007/2/28/rails-caching-tutorial Regards, Murat -- - - - - - - - - - - - - - - - - - - - - - - Murat Ârif ÇELİKER < http://www.ikinoktayazilim.com/wordpress > İkinokta Yazılım, Bursa http://www.ikinoktayazilim.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 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 -~----------~----~----~----~------~----~------~--~---
Thanks for reply Yeahh I know about this tutorial, but i still can''t understand rails sweepers. How they works? Can i use one sweeper to manage few models?>Links: >[1] http://www.railsenvy.com/2007/2/28/rails-caching-tutorial-- View this message in context: http://www.nabble.com/Is-it-enough-fast--Need-caching-solution-tf4671349.html#a13363083 Sent from the RubyOnRails Users mailing list archive at Nabble.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---