Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
paul_harv #1
Caching Using Application Variables
HI,
Our site uses data in XML documents on the back end and XSLT to transorm this
to HTML on the fly.
I've implemented a caching mechanism whereby I store the full HTML output from
each transformation in a structure. The structure is stored as an application
variable.
This structure can end up storing 1000's of pages. At approx 30KB per page
that could be easily be 100 MB stored in memory.
Given that the machines running the app have tons of memory (many GB's) is
there anything fundamentally risky with this approach?
Thanks,
Paul
paul_harv Guest
-
Problem with Application variables using Application.cfc
Hi guys, I'm using CFMX7 and with that the Application.cfc. I've defined the app variables using <cfset This.varname = "something"> I would like... -
DB Field name="application" and Application scope variables
Hi, There is DB Field application which overwrited ,as I see , Application scope variable Are there way to solve this problem without using... -
global variables /rexml / caching
A recent thread talks about using a global class to tuck variables in rather than have them polute a namespace. I think this is a good idea(and is... -
Global variables - application variables vs include file
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include... -
CGI Perl Script caching variables
Gunnar Hjalmarsson <noreply@gunnar.cc> wrote in message news:<behnoq$5fhub$1@ID-184292.news.dfncis.de>... Actually, I'm troubleshooting for a... -
kyle969 #2
Re: Caching Using Application Variables
Sounds like a good idea, the site should smoke. Have you considered setting up a ram drive and caching the files to that volume?
kyle969 Guest



Reply With Quote

