On Apr 15, 12:03 pm, nedlud <[EMAIL PROTECTED]> wrote: > Reading the Macromedia book on CFmx, the chapter on performance says > that enabling "Trusted Cache" on production can make it faster. The > sys admin is saying that this cahce only stores compiled class files. > I had assumed the cahce was for storing HTTP responses which had > already been generated by the class files. > > Can anyone offer some clarification on this? > > I thought I could get by just being a programmer. Seems I need to > learn a lot more about the inner workings of the CF server. There's > that learning curve again :)
If you want to sweep it all under the carpet -- ie. ignore the fundamental problem, you could always add some in memory caching [1] or write your HTML to disk [2]. Obviously these are a quick fix -- you may want to look more closely at the fundamental problem even if this works for you. -- geoff http://www.daemon.com.au/ [1]: http://www.bpurcell.org/blog/index.cfm?entry=963&mode=entry [2]: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_01.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" 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/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
