by Dina Hess
Title:
I Need Some Good Old Advice
Date:
07/15/03
16 Posts
Summary:
Need some advice about query caching and Query of Queries (QoQ)? Since database access comprises a large part of web server overhead, data caching should be part of your application design strategy. However, if updates are relatively infrequent, it may be best to update the cache when you update the database between CFSCHEDULE'd requeries. Note also that storing query results in a structure may be faster than relying on QoQ.
Title:
Anyone Using Jakarta Struts for CFMX?
Date:
07/15/03
32 Posts
Summary:
Looking for a framework/methodology for your CFMX applications? Jakarta Struts for CFMX is compared to Mach II (aka Fusebox MX) and MVCF. Conclusions? Mach II and MVCF are easier to learn and use.
Title:
Refresh Application-Scoped Variables
Date:
07/15/03
18 Posts
Summary:
CF experts offer insight into some of their application design decisions:
Title:
So Many Problems with CFC Scopes...
Date:
07/15/03
17 Posts
Summary:
If you've been trying to sort through CFC bugs and their resultant workarounds, you'll find this thread helpful. The good news...Red Sky reportedly fixes many of these bugs.