Are Rails controllers multithreaded?
If so, can I protect a certain piece of code (which fires only once every ten minutes) from being run from multiple threads by
My understanding is that a new controller instance is created for each HTTP request that is processed by a controller.