VPS? Dedicated Server? How much RAM and CPU do you have?

Take a look at log/production.log how much time does your app need to
service a request?  Also check:

  -  Look for a bottleneck at DB level (time spend in queries)
  -  Do you have any particular slow controller/action?
  -  Does the time required to service a request is short when
servicing a low number of request and grows a lot at peak moments?

-- 
Aníbal

On Sun, Sep 7, 2008 at 10:38 PM, Scott Kulik
<[EMAIL PROTECTED]> wrote:
>
> Aníbal Rojas wrote:
>> Scott,
>>
>> How many thins do you have?
>>
>> What is the load average?
>>
>> How many request are hitting your site?
>>
>> --
>> An�bal Rojas
>> http://rubycorner.com
>> http://hasmanydevelopers.com
>> http://anibal.rojas.com.ve
>>
>> On Sun, Sep 7, 2008 at 7:59 PM, Scott Kulik
>> <[EMAIL PROTECTED]> wrote:
>>> the nginx, ruby production or thin logs.  anyone have any ideas?
>>> >
>>>
>>
>>
>>
>> --
>> An�bal
>
> 2 thin clients with default settings.
>
> the load average is usually very low...definitely less than 1.  when it
> has issues it gets up to 3 or 4.
>
> about 20,000 page views a day with an average of 25 users on at a time.
>
> i also tried switching to mongrel but i'm still having the same issues
> with the rails server hanging.
>
> i wonder if this means it is somehow related to nginx since i havent
> changed any of the rails code recently.
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to