I would just turn on cached classes. The cost for reloading the
classes is in reparsing them, not the IO.
Cheers
Dave
On 01/11/2007, at 3:25 PM, Karthikeyan K wrote:
Hi,
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.
- Karthi...