Memcached in ROR
Eric Hodel
drbrain at segment7.net
Thu Nov 1 05:29:45 UTC 2007
On Oct 31, 2007, at 21:25 , Karthikeyan K wrote:
> I am currently working on Ruby On Rails(ROR) project. In ROR, there
> are three environments(Development, Test, Production).
>
> In Development environment, the performance of the application is
> very low as it reloads all the source files for every request. I
> want to speed up the performance of my application in Development
> environment.
>
> Is it possible to increase the performance of my application in
> development environment using MEMCACHED?
>
> Please help me in this. Thanks in advance.
I almost never run RoR apps in development mode. I write tests instead.
If I need to adjust layout and styling or need to diagnose a bug that
I can't figure out how to reproduce I use development mode.
Otherwise I don't even start a server.
--
Poor workers blame their tools. Good workers build better tools. The
best workers get their tools to do the work for them. -- Syndicate Wars
More information about the memcached
mailing list