RE: Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Jesse Parker
this will help? Otherwise, it's a strange problem! -Original Message- From: Kent Swisher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:53 PM To: Witango Talk Subject: Witango-Talk: Domain scope variables and cache files I use domain scoped variables (arrays) to cache frequently

Re: Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Roland Dumas
Create a taf that creates the domain variables with current values. Whether reading from files or hitting a database. If you need to update these variables, hit the taf or have a cron hit the taf periodically. I have such a taf set as a startup taf to make sure that an old set of values

Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Kent Swisher
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

RE: Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Robert Shubert
updated. Robert -Original Message- From: Kent Swisher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:53 PM To: Witango Talk Subject: Witango-Talk: Domain scope variables and cache files I use domain scoped variables (arrays) to cache frequently used select list values

Re: Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Kent Swisher
Swisher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:53 PM To: Witango Talk Subject: Witango-Talk: Domain scope variables and cache files I use domain scoped variables (arrays) to cache frequently used select list values that change infrequently. If I remember correctly, domain scoped

Re: Witango-Talk: Domain scope variables and cache files

2007-10-11 Thread Kent Swisher
should've been updated. Robert -Original Message- From: Kent Swisher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:53 PM To: Witango Talk Subject: Witango-Talk: Domain scope variables and cache files I use domain scoped variables (arrays) to cache frequently used select list