Is the delay because you're doing an updateapp? You should be able to refresh just security by in the Webtop with Admin->Developer Utilities->Reload Application (I can't remember what version of FC that appeared in). Alternatively you can add your own Webtop function that calls application.security.init(). That should be very quick, and will clear out the security cache.
Blair On Tue, Oct 26, 2010 at 1:35 PM, Tomek kott <[email protected]> wrote: > I'm on a slow server, running old software (CF 7 + FC 5.1.12). At the > moment, nothing I can do about that. However, one thing I would like > to do is not to have the site crash because I need to change > permissions. Basically, it seems like when resetting the security, > there is a moment when CACHE.DEFAULTROLES is undefined for the > security scope. > > Unfortunately, the "moment" can be long on our server (like, 20 > seconds). Not good. Is there a way to lock / speed things up so that > the error doesn't crash processing? > > Thanks, > > Tomek > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
