I use domain scoped variables (arrays) to cache frequently used select list values that change infrequently. If I remember correctly, domain scoped variables are saved to a cache file when the server is shut down gracefully. Is this correct?

If so, is there a way to update the cache without shutting down the server? We recently had a problem where the domain scoped vars reverted to older values and can't think of any explanation except that the server may have hiccuped and restored the domain variables from an outdated cache. I trap for empty domain var to know when to re-querying the DB to refresh domain variable.

Maybe I need to switch to application scope var so I can set a variable timeout?


-> Kent Swisher                  Engineering Tools
-> Alcatel-Lucent                Application Support Engineer
-> Wireline Access Products      [EMAIL PROTECTED]
-> Petaluma, CA                  707-792-7116  (on net 2-855-7116)
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to