Is the version of ruby important or is it fine with 1.8.5? I use to
run 1.8.6 but the new server running on CentOS came with 1.8.5 native
to the O/S. Therefore, the engineer preferred to not upgrade and let
the O/S patch. I am curious if you have any ideas about this too.
Is the version of ruby important or is it fine with 1.8.5? I use to
run 1.8.6 but the new server running on CentOS came with 1.8.5 native
to the O/S. Therefore, the engineer preferred to not upgrade and let
the O/S patch. I am curious if you have any ideas about this too.
Sorry. The problem is with performance when it hits images. It seems
the html design contains some small graphics and the redraw of the
graphics on the initial load is a bit sluggish. Therefore, I am
trying to figure out where the problem is...
The db hits are super fast and even pages without db hits run kind of
sluggish....not slow just not as fast as it should be running.
we tried 5, 10, 50 and 100 mongrel sessions. we know 50 and 100 are
a bit expensive on the servers memory. However, we wanted to see if
it made a big difference.
Sorry. The problem is with performance when it hits images. It seems
the html design contains some small graphics and the redraw of the
graphics on the initial load is a bit sluggish. Therefore, I am
trying to figure out where the problem is...
If you're doing things right, static content like images will be
handled by apache, nginx etc... (ie not by mongrel).
How do I know if apache is serving up the images? I am the RoR
developer and backend DBA and don't know the server setup. Our server
engineer took off and now we have a new guy and he is not great with
RoR either. Any help would be greatly appreciated!
A easy way to verify this is to kill the mongrels and see if the images are still served. if you post the relevant bit from your apache config someone might be able to glance an eye over it.