If you are using MySQL....check your slow query log http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html
This can also help you find slow actions: http://github.com/jtrupiano/slow-actions On Oct 10, 10:07 am, Brian Piercy <[email protected]> wrote: > Mauricio, > As one poster suggested, Google 'Scaling Rails' for a good overview. > My first option would be to look for page caching opportunities. > Everywhere. > Best, > BrianP. > > On Oct 9, 7:38 am, Maurício Szabo <[email protected]> wrote: > > > Hello, folks. > > > We have a system that is used by all students on the university. Problem is, > > when the system is overloaded, people keep strinking F5, and eventually > > things become too slow to be usable (sometimes, even passenger dies). > > > How to protect against these cases? > > > Thanks in advance, > > Mauricio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

