Hi all, I''ve developed portal using InstantRails, that comes with Apache and MySQl. I''ve configured Apache with SCGI module. So my portal is running. My problem is, it is taking very high resources while accessing every page. ruby.exe utilizes 100% CPU usage while accessing every page. It slows down my system and so the performance. I am unable to find loop-hole in system. Please help me out. Thanks, -- 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 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 -~----------~----~----~----~------~----~------~--~---
On 5/17/07, aveo <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi all, > I''ve developed portal using InstantRails, that comes with Apache and > MySQl. > I''ve configured Apache with SCGI module. So my portal is running. My > problem is, it is taking very high resources while accessing every page. > ruby.exe utilizes 100% CPU usage while accessing every page. It slows > down my system and so the performance. I am unable to find loop-hole in > system. > Please help me out.You must be using an older version if Instant Rails. SCGI has been deprecated and is no longer being developed or supported. The replacement is to use Mongrel. I suggest upgrading to the latest version of Instant Rails. Curt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---