Could you give us some numbers, like the actual hardware you're using and the number of clients?
Right off I can think of a couple of things, like obviously making sure you're running Mongrel in Production mode and making use of Caching. There are a ton of different Rails performance tools available including FiveRuns TuneUp and NewRelic. With some real numbers, we can probably throw out some real ideas. On Jan 23, 1:02 am, Hema Gonaboina <[email protected]> wrote: > Hi, > I am a developer on Ruby on Rails from 6 months... > We developed Rails application using the Apache(Configured with > mongrel) server,the problem is we are developing a integrated generic > application where the application is one,clients are many so on the same > server many users can access the application.We are facing the > performance issue.When multiple users accessing the application it is > working very dead slow since it having large database and lot of > different functionalities ... > Is there any way to increase the performance? > > > > > > Jeff Barczewski wrote: > > On 4/4/07, Neil Wilson <[email protected]> wrote: > > >> - Creating 'Forms and Reports' applications seems much more long > >> winded than it should do. The 'view' part of Rails simply hasn't got > >> any meat on the bones. Despite RJS, etc you still find yourself > >> messing around in HTML and CSS at a very low level. > > >> (And if anybody has suggestions has to how to alleviate the pain of > >> the above, please let me know). > > > MasterView is a gem/plugin for Ruby on Rails which allows you to create > > views that you can WYSIWYG edit them and not have to fiddle directly > > with > > HTML and CSS as much. Use tools like the open source NVU or Dreamweaver > > to > > do the editing (even give this to a designer to work on). And these new > > views, retain all the nice features of rails including layouts, > > partials, > > and use of helpers. You can start from an html prototype and make it > > real or > > use the built in generator to get you a CRUD set of views set up. > > > We have a demo of the second usage up on the website here > > >http://masterview.org/videos/demo_short.html > > > Main site:http://masterview.org/ > > Rubyforge project:http://rubyforge.org/projects/masterview > > > If you have any questions about the project or its focus, send them my > > way. > > > Jeff > > > -- > > Jeff Barczewski, MasterView core team > > Inspired Horizons Ruby on Rails Training and Consultancy > >http://inspiredhorizons.com/ > > -- > Posted viahttp://www.ruby-forum.com/.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

