On Fri, May 16, 2008 at 5:57 PM, mustan9 <[EMAIL PROTECTED]> wrote:
> I have to perform a weekly heavy optimization of indexes that requires
> an exclusive lock.

If these optimizations happen at the same time every week, you could
automate it through a beforeFilter in your controller that redirects
certain calls during certain times.

Alternatively, you can upload an .htaccess to redirect certain
requests. Then, get rid of the .htaccess (or go to your old one) when
you're done.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to