It might be nice to store "cache" objects inside the configuration (cache objects meaning they read data from some tables or a file upon server startup) these tables which are read are mostly readonly but can be written to with the understanding that the cache will refresh on the next restart of the server), these cache objects can also be referrenced by selects and tables. The reason is, no desire to connect to database constantly for just a single configuration value even if there are temp tables in memory there. I could make my own load on startup servlet for this but I'd rather use the infrastructure. Has anyone designed something like this or could see a need for this?
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
