On Jul 29, 5:28 am, "Derek Westfall" <[EMAIL PROTECTED]> wrote: > What is the farcry-dev wisdom on application level variable life? Are you > sticking with the CF default of (IIRC) two days? Or extending that?
Application variables will remain in memory indefinitely. I think the expiry you are referring to is only with respect to a period of inactivity. ie. if the application is unused for two days then the application scope is wiped by ColdFusion. > I think my application restarts daily, and it takes a couple minutes due to > all the FUs I have. Why do you restart the application daily? How many FU's do you have? Thanks, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" 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/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
