[typo] Upgade errors
Scott Laird
scott at sigkill.org
Tue Jul 26 14:56:47 EDT 2005
On Jul 26, 2005, at 11:49 AM, Scott Laird wrote:
>
> That'll work for one fastcgi instance, but what about all of the
> others? I don't think we have any way to communicate between them.
If we're willing to take the performance hit, we could add a
before_filter on ApplicationController that compares (select version
from schema_info) with @@schema_info; if they don't match then it
calls the schema reload code. With caching, the hit probably won't
be all that objectionable.
Scott
More information about the Typo-list
mailing list